Backup
This commit is contained in:
parent
73e033c904
commit
104ae1ec42
3 changed files with 69 additions and 16 deletions
dotfiles/neovim/lua/my/snippets
8
dotfiles/neovim/lua/my/snippets/tex.lua
Normal file
8
dotfiles/neovim/lua/my/snippets/tex.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
local luasnip = require("luasnip")
|
||||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
end
|
||||
|
||||
return M
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue