nvim: Prefer vim.o option getter

This commit is contained in:
Marty Oehme 2025-03-08 19:32:50 +01:00
parent 96cab3d9a6
commit 62301917da
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -165,7 +165,7 @@ local lsp = {
end, end,
settings = { settings = {
ltex = { ltex = {
language = vim.opt.spelllang:get(), language = vim.o.spelllang,
}, },
}, },
}) })