Merge branch 'v0.7' into feature/lzn

This commit is contained in:
raf 2024-10-09 17:52:13 +00:00 committed by GitHub
commit d1c24c8eae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 472 additions and 461 deletions

View file

@ -288,11 +288,6 @@
flake = false;
};
plugin-cmp-vsnip = {
url = "github:hrsh7th/cmp-vsnip";
flake = false;
};
plugin-cmp-path = {
url = "github:hrsh7th/cmp-path";
flake = false;
@ -303,9 +298,19 @@
flake = false;
};
plugin-cmp-luasnip = {
url = "github:saadparwaiz1/cmp_luasnip";
flake = false;
};
# snippets
plugin-vim-vsnip = {
url = "github:hrsh7th/vim-vsnip";
plugin-luasnip = {
url = "github:L3MON4D3/LuaSnip";
flake = false;
};
plugin-friendly-snippets = {
url = "github:rafamadriz/friendly-snippets";
flake = false;
};