fix: vsnip#available missing on tab

This commit is contained in:
NotAShelf 2023-04-07 16:02:35 +03:00
parent a6f2dbe4d2
commit b16527577b
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -9,6 +9,7 @@ with builtins; let
in { in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
vim.startPlugins = [ vim.startPlugins = [
"vim-vsnip"
"nvim-cmp" "nvim-cmp"
"cmp-buffer" "cmp-buffer"
"cmp-vsnip" "cmp-vsnip"