mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
start formatting rules
This commit is contained in:
parent
b461c878e6
commit
9f511bcb59
65 changed files with 2829 additions and 2812 deletions
|
@ -1,15 +1,15 @@
|
|||
vim.g.vimtex_compiler_method='latexmk'
|
||||
vim.g.vimtex_view_method='zathura'
|
||||
vim.g.vimtex_fold_enabled=0
|
||||
vim.g.vimtex_compiler_method = "latexmk"
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
vim.g.vimtex_fold_enabled = 0
|
||||
|
||||
-- Compile on initialization, cleanup on quit
|
||||
vim.api.nvim_exec(
|
||||
[[
|
||||
[[
|
||||
augroup vimtex_event_1
|
||||
au!
|
||||
au User VimtexEventQuit call vimtex#compiler#clean(0)
|
||||
au User VimtexEventInitPost call vimtex#compiler#compile()
|
||||
augroup END
|
||||
]], false
|
||||
]],
|
||||
false
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue