fix depreciation for luasnip
This commit is contained in:
parent
7d1dabea9e
commit
b148ef5870
|
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
luasnip = {
|
luasnip = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
settings = {
|
||||||
enable_autosnippets = true;
|
enable_autosnippets = true;
|
||||||
store_selection_keys = "<Tab>";
|
store_selection_keys = "<Tab>";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue