add some more plugins
This commit is contained in:
parent
d5c62d938c
commit
45548c8f5f
11 changed files with 440 additions and 24 deletions
16
config/plugins/snippets/luasnip.nix
Normal file
16
config/plugins/snippets/luasnip.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#TODO: Find out why we get an error when we have luasnip enabled, disabled for now!
|
||||
{pkgs, ...}: {
|
||||
plugins.luasnip = {
|
||||
enable = false;
|
||||
extraConfig = {
|
||||
enable_autosnippets = true;
|
||||
store_selection_keys = "<Tab>";
|
||||
};
|
||||
fromVscode = [
|
||||
{
|
||||
lazyLoad = true;
|
||||
paths = "${pkgs.vimPlugins.friendly-snippets}";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue