This commit is contained in:
Matt J
2025-01-06 08:45:49 -08:00
commit d4d2a2e32f
16 changed files with 586 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.completeopt = { "menu", "menuone", "noinsert", "noselect" }