mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/friendly-snippets: init
This commit is contained in:
parent
be2ed580e8
commit
86d6ce5029
3 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
empty = {
|
||||
plugins = {
|
||||
luasnip.enable = true;
|
||||
friendly-snippets.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue