clean up
This commit is contained in:
parent
253047747a
commit
647c3730ae
@ -80,7 +80,6 @@ return packer.startup(function()
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- lsp stuff
|
|
||||||
use {
|
use {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
@ -115,6 +114,7 @@ return packer.startup(function()
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- lsp stuff
|
||||||
use {
|
use {
|
||||||
"kabouzeid/nvim-lspinstall",
|
"kabouzeid/nvim-lspinstall",
|
||||||
opt = true,
|
opt = true,
|
||||||
@ -161,15 +161,6 @@ return packer.startup(function()
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- use {
|
|
||||||
-- "onsails/lspkind-nvim",
|
|
||||||
-- disable = not plugin_status.lspkind,
|
|
||||||
-- after = "LuaSnip",
|
|
||||||
-- config = function()
|
|
||||||
-- require("plugins.configs.others").lspkind()
|
|
||||||
-- end,
|
|
||||||
-- }
|
|
||||||
--
|
|
||||||
use {
|
use {
|
||||||
"jdhao/better-escape.vim",
|
"jdhao/better-escape.vim",
|
||||||
disable = not plugin_status.esc_insertmode,
|
disable = not plugin_status.esc_insertmode,
|
||||||
|
Loading…
Reference in New Issue
Block a user