Fixed snippets directory in nvim setup

This commit is contained in:
2023-09-26 08:29:07 -04:00
parent cc6dd26184
commit 607f1b20b9

View File

@@ -53,7 +53,7 @@ return {
{ {
"hrsh7th/vim-vsnip", "hrsh7th/vim-vsnip",
config = function() config = function()
vim.g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/' vim.g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/m-housh/lua/snippets/'
end end
}, },
{ {