chore(nvim): tweak settings, update plugins

This commit is contained in:
2023-09-21 13:14:15 +03:00
parent 3d65fdee43
commit c8c34dcc81
5 changed files with 31 additions and 15 deletions

View File

@@ -6,6 +6,8 @@ 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