Add buffer completion source to nvim-cmp plugin in defaults.lua and integrate lspsaga.nvim plugin for LSP functionality in keymaps.lua and init.lua
This commit is contained in:
parent
4106e4f395
commit
ef91f14af8
3 changed files with 38 additions and 11 deletions
|
|
@ -10,5 +10,3 @@ vim.opt.scrolloff = 8
|
|||
vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.swapfile = false
|
||||
|
||||
vim.o.cmdheight = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue