mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +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 {
|
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,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
return {
|
return {
|
||||||
{ "nvim-treesitter/nvim-treesitter" },
|
|
||||||
-- {
|
-- {
|
||||||
-- "hrsh7th/cmp-cmdline",
|
-- "hrsh7th/cmp-cmdline",
|
||||||
-- event = "BufWinEnter",
|
-- event = "BufWinEnter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue