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!
|
||||
{pkgs, ...}: {
|
||||
plugins.luasnip = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
enable_autosnippets = true;
|
||||
store_selection_keys = "<Tab>";
|
||||
};
|
||||
fromVscode = [
|
||||
{
|
||||
lazyLoad = true;
|
||||
lazyLoad = false;
|
||||
paths = "${pkgs.vimPlugins.friendly-snippets}";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue