neovim LSP

This commit is contained in:
2025-08-05 21:01:07 -04:00
committed by Pierre-Marie Charavel
parent 46ec7c60ee
commit eca4303f61
3 changed files with 30 additions and 7 deletions

View File

@@ -21,5 +21,5 @@ local opts = {
checker = { enabled = true },
}
-- Setup lazy.nvim
require("vim-options")
require("lazy").setup("plugins", opts)