Skip to content

Commit

Permalink
plugins/luasnip: migrate to mkNeovimPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Dec 13, 2024
1 parent d99bc6e commit cbfecc9
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 76 deletions.
2 changes: 1 addition & 1 deletion plugins/by-name/friendly-snippets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ in
extraPlugins = [ cfg.package ];

# Simply add an element to the `fromVscode` list to trigger the import of friendly-snippets
plugins.luasnip.fromVscode = [ { } ];
plugins.luasnip.from_vscode = [ { } ];
};
}
Loading

0 comments on commit cbfecc9

Please sign in to comment.