mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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
|
||||
vim.snippet
|
||||
vim.fn.has("nvim-0.10") == 1
|
||||
and {
|
||||
"nvim-cmp",
|
||||
dependencies = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue