Improve LSP configs and change keybindings to align with default nvim
0.11 ones
This commit is contained in:
parent
f9f53656f7
commit
0eea4c8dab
33 changed files with 656 additions and 553 deletions
|
|
@ -53,8 +53,6 @@ opt.syntax = "enable"
|
|||
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
vim.opt.undodir = vim.fn.expand("~/.vim/undodir")
|
||||
vim.opt.undofile = true
|
||||
|
||||
if vim.fn.has("termguicolors") == 1 then
|
||||
opt.termguicolors = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue