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:
PeteChu 2023-04-07 13:41:32 +07:00
parent 4106e4f395
commit ef91f14af8
3 changed files with 38 additions and 11 deletions

View file

@ -10,5 +10,3 @@ vim.opt.scrolloff = 8
vim.opt.colorcolumn = "80"
vim.opt.swapfile = false
vim.o.cmdheight = 2