mirror of
https://github.com/gyoder/dots.git
synced 2026-04-05 13:32:53 +00:00
nvim overhaul
This commit is contained in:
parent
a34e41df2e
commit
70a1581228
13 changed files with 319 additions and 305 deletions
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue