1
0
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:
Donovan Glover 2023-12-03 15:39:14 -05:00
parent 93bd51bd35
commit 9842004ba9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -341,7 +341,14 @@ in
}
cmp-nvim-lsp
cmp_luasnip
luasnip
{
plugin = luasnip;
type = "lua";
config = /* lua */ ''
require("luasnip.loaders.from_vscode").lazy_load()
'';
}
friendly-snippets
{
plugin = nvim-base16;
type = "lua";