check if we stop getting random crashes

This commit is contained in:
Roel de Cort 2024-05-28 22:34:22 +02:00
parent 54f3e1bfb5
commit a6ff6f27e5

View file

@ -1,15 +1,9 @@
{pkgs, ...}: {
_: {
plugins.luasnip = {
enable = true;
extraConfig = {
enable_autosnippets = true;
store_selection_keys = "<Tab>";
};
fromVscode = [
{
lazyLoad = true;
paths = "${pkgs.vimPlugins.friendly-snippets}";
}
];
};
}