feat(nvim): start configuring LuaSnip

Fixes: #23
This commit is contained in:
Oliver Davies 2022-01-08 18:08:41 +00:00
parent 3950a25f2e
commit f96368921f
2 changed files with 65 additions and 0 deletions

View file

@ -114,6 +114,8 @@ M.setup = function()
set_autocmd()
set_filetypes()
set_highlights()
vim.g.snippets = "luasnip"
end
return M