nvim: Prefer vim.o option getter
This commit is contained in:
parent
96cab3d9a6
commit
62301917da
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ local lsp = {
|
||||||
end,
|
end,
|
||||||
settings = {
|
settings = {
|
||||||
ltex = {
|
ltex = {
|
||||||
language = vim.opt.spelllang:get(),
|
language = vim.o.spelllang,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue