mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
645bb933f3
commit
25b04f10d1
2 changed files with 89 additions and 87 deletions
|
@ -1,4 +1,6 @@
|
|||
return {
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
version = false, -- last release is way too old
|
||||
event = "InsertEnter",
|
||||
|
@ -88,4 +90,5 @@ return {
|
|||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
-- {
|
||||
-- "hrsh7th/cmp-cmdline",
|
||||
-- event = "BufWinEnter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue