13 lines
164 B
Nix
13 lines
164 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
plugins.luasnip = {
|
||
|
enable = true;
|
||
|
extraConfig = {
|
||
|
enable_autosnippets = true;
|
||
|
store_selection_keys = "<Tab>";
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|