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,2 @@
local g = vim.g
g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'