reenable luasnip
This commit is contained in:
parent
fab2e0cb95
commit
f821cda817
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
#TODO: Find out why we get an error when we have luasnip enabled, disabled for now!
|
#TODO: Find out why we get an error when we have luasnip enabled, disabled for now!
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
plugins.luasnip = {
|
plugins.luasnip = {
|
||||||
enable = false;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
enable_autosnippets = true;
|
enable_autosnippets = true;
|
||||||
store_selection_keys = "<Tab>";
|
store_selection_keys = "<Tab>";
|
||||||
};
|
};
|
||||||
fromVscode = [
|
fromVscode = [
|
||||||
{
|
{
|
||||||
lazyLoad = true;
|
lazyLoad = false;
|
||||||
paths = "${pkgs.vimPlugins.friendly-snippets}";
|
paths = "${pkgs.vimPlugins.friendly-snippets}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue