mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 00:10:02 +02:00
Ya están andando los snippets para los documentos .tex. Ahora falta armarlos...
This commit is contained in:
parent
9a4afae932
commit
a935d163f6
3 changed files with 8 additions and 4 deletions
4
lua/snippets/tex.lua
Normal file
4
lua/snippets/tex.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Estos son los snippets que se van a cargar para todos los documentos de latex
|
||||
return {
|
||||
s('hello', t 'hello world'),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue