feat: Adding some additions to the luasnip code for nvim to start building out a snippet library for common actions, starting with docstrings in python.

This commit is contained in:
2025-05-21 05:38:25 -05:00
parent 1ad3cef941
commit 37d2389ed8
3 changed files with 66 additions and 0 deletions

View File

@@ -26,3 +26,8 @@ if [ ! -L $HOME/.wezterm.lua ]
then
ln -fs $PWD/wezterm.lua $HOME/.wezterm.lua
fi
if [ ! -L $HOME/.config/nvim/snippets ]
then
ln -fs $PWD/nvim/snippets $HOME/.config/nvim/snippets
fi