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
8
lua/custom/plugins/vimtex.lua
Normal file
8
lua/custom/plugins/vimtex.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'lervag/vimtex',
|
||||
lazy = false,
|
||||
init = function()
|
||||
vim.g.vimtex_view_general_viewer = 'C:/Users/ricar/AppData/Local/SumatraPDF/SumatraPDF.exe'
|
||||
vim.g.vimtex_view_general_options = '-reuse-instance -forward-search @tex @line @pdf'
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue