Completed basic lazy migration

This commit is contained in:
Michael Housh
2023-09-18 22:27:45 -04:00
parent 27d6d596dc
commit 3bc89df708
26 changed files with 1634 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- This file contains plugin's that don't require much configuration.
return {
{
"hrsh7th/vim-vsnip",
config = function()
vim.g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'
end
},
}