This commit is contained in:
asep komarudin 2023-02-22 07:41:41 +07:00
parent 645bb933f3
commit 25b04f10d1
2 changed files with 89 additions and 87 deletions

View file

@ -1,4 +1,6 @@
return { return {
{ "nvim-treesitter/nvim-treesitter" },
{
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
version = false, -- last release is way too old version = false, -- last release is way too old
event = "InsertEnter", event = "InsertEnter",
@ -88,4 +90,5 @@ return {
}, },
} }
end, end,
},
} }

View file

@ -1,5 +1,4 @@
return { return {
{ "nvim-treesitter/nvim-treesitter" },
-- { -- {
-- "hrsh7th/cmp-cmdline", -- "hrsh7th/cmp-cmdline",
-- event = "BufWinEnter", -- event = "BufWinEnter",