mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: run stylua
This commit is contained in:
parent
3f5e236fe5
commit
e91471432f
7 changed files with 28 additions and 11 deletions
|
|
@ -175,7 +175,9 @@ require("lspconfig")["ltex_plus"].setup {
|
|||
local ltex_dict = {}
|
||||
if vim.uv.fs_stat(ltex_dict_path) then
|
||||
for line in io.lines(ltex_dict_path) do
|
||||
if not string.startswith(line, "#") and line ~= "" then table.insert(ltex_dict, line) end
|
||||
if not string.startswith(line, "#") and line ~= "" then
|
||||
table.insert(ltex_dict, line)
|
||||
end
|
||||
end
|
||||
end
|
||||
client.config.settings.ltex.dictionary = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue