Install lspconfig
This commit is contained in:
parent
eba709e519
commit
d4c71cbd0d
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ return {
|
||||||
{
|
{
|
||||||
"ggandor/leap.nvim",
|
"ggandor/leap.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("leap").set_default_keymaps()
|
require("leap").add_default_mappings()
|
||||||
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
|
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
@ -21,5 +21,6 @@ return {
|
||||||
{ "windwp/nvim-autopairs", config = true },
|
{ "windwp/nvim-autopairs", config = true },
|
||||||
|
|
||||||
"fladson/vim-kitty",
|
"fladson/vim-kitty",
|
||||||
"tpope/vim-unimpaired"
|
"tpope/vim-unimpaired",
|
||||||
|
"neovim/nvim-lspconfig"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue