mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/snippets: move to by-name
This commit is contained in:
parent
2a91b89445
commit
82e7d153e4
7 changed files with 0 additions and 4 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