mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
perf(coding): dont load vim.snippet
early
This commit is contained in:
parent
6aef1989bd
commit
289c2f81c4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- snippets
|
-- snippets
|
||||||
vim.snippet
|
vim.fn.has("nvim-0.10") == 1
|
||||||
and {
|
and {
|
||||||
"nvim-cmp",
|
"nvim-cmp",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue