1
Fork 0
This commit is contained in:
Matei Adriel 2022-10-15 15:06:38 +02:00
commit 104ae1ec42
3 changed files with 69 additions and 16 deletions
dotfiles/neovim/lua/my/snippets

View file

@ -0,0 +1,8 @@
local luasnip = require("luasnip")
local M = {}
function M.setup()
end
return M