chore(config): Configuration tweaks

This commit is contained in:
2023-09-27 15:22:42 +03:00
parent 1d056988f4
commit 5bf4ea462b
3 changed files with 8 additions and 3 deletions

5
config/nvim/.luarc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}

View File

@@ -7,7 +7,6 @@ local opt = vim.opt
opt.number = true
opt.relativenumber = true
opt.modeline = true
opt.spelllang = { "en", "fi" }
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et