mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
fix: vsnip#available missing on tab
This commit is contained in:
parent
a6f2dbe4d2
commit
b16527577b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ with builtins; let
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim.startPlugins = [
|
||||
"vim-vsnip"
|
||||
"nvim-cmp"
|
||||
"cmp-buffer"
|
||||
"cmp-vsnip"
|
||||
|
|
Loading…
Reference in a new issue