forked from extern/nix-config
neovim: Add community snippets with friendly-snippets
This makes it easier to make for loops and other fun stuff.
This commit is contained in:
parent
93bd51bd35
commit
9842004ba9
@ -341,7 +341,14 @@ in
|
|||||||
}
|
}
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
cmp_luasnip
|
cmp_luasnip
|
||||||
luasnip
|
{
|
||||||
|
plugin = luasnip;
|
||||||
|
type = "lua";
|
||||||
|
config = /* lua */ ''
|
||||||
|
require("luasnip.loaders.from_vscode").lazy_load()
|
||||||
|
'';
|
||||||
|
}
|
||||||
|
friendly-snippets
|
||||||
{
|
{
|
||||||
plugin = nvim-base16;
|
plugin = nvim-base16;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Loading…
Reference in New Issue
Block a user