338 current 2025-02-16 17:29:05 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-16 17:29:25 -05:00
parent d4c9f74e8f
commit fdec422d4a
3 changed files with 10 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
{
# the most helpful thing is this guy: https://ejmastnak.com/tutorials/vim-latex/luasnip/
plugin = luasnip;
config = toLuaFile ./luasnip/luasnip.lua;
config = toLuaFile ./plugins/luasnip.lua;
}
{
plugin = lualine-nvim;
@@ -112,4 +112,11 @@
# extraConfig = lib.fileContents ./init.vim;
};
# copy the snippets :#
home.activation.copySnippetsDir = lib.mkAfter ''
mkdir -p ~/.config/nvim/snippets
cp -r ${./snippets}/* ~/.config/nvim/snippets/
chmod -R u+w ~/.config/nvim/snippets/
'';
}