1
0

FIX: small refactor of lsp settings and fixing issue with autocomplete

This commit is contained in:
2024-03-27 17:09:27 +01:00
parent f47b2f2e58
commit 730e9d6d63
3 changed files with 26 additions and 23 deletions

View File

@@ -24,3 +24,4 @@ vim.opt.scrolloff = 8
vim.g.netrw_browse_split = 0
vim.g.netrw_winsize = 25
vim.opt.completeopt = {'menu', 'menuone', 'noselect' }