nvim overhaul

This commit is contained in:
Grace Yoder 2026-03-23 19:19:54 -04:00
parent a34e41df2e
commit 70a1581228
No known key found for this signature in database
13 changed files with 319 additions and 305 deletions

View file

@ -88,6 +88,10 @@ vim.lsp.enable("fish-lsp")
vim.diagnostic.config({
virtual_text = { priority = 100 },
})
-- https://lsp-zero.netlify.app/blog/lsp-client-features.html
vim.opt.completeopt = { 'menu', 'menuone', 'noselect', 'noinsert' }