refactor: lint and dap
This commit is contained in:
parent
7785311043
commit
2bed6f50c0
46 changed files with 2453 additions and 0 deletions
24
nivm/lua/settings/vimtex.lua
Normal file
24
nivm/lua/settings/vimtex.lua
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
--vim.cmd('let g:vimtex_view_method = "zathura"')
|
||||
vim.cmd('let g:vimtex_view_general_viewer = "evince"')
|
||||
--let g:vimtex_view_general_options = '--unique file:@pdf\#src:@line@tex'
|
||||
|
||||
--vim.cmd('let g:vimtex_compiler_latexmk = { "options" : [ "-shell-escape", "-interaction=nonstopmode" , "-synctex=1" ], }')
|
||||
|
||||
vim.cmd('let g:vimtex_compiler_method = "latexmk"')
|
||||
|
||||
|
||||
--vim.cmd('let b:tex_use_shell_escape = 1')
|
||||
|
||||
--let maplocalleader = ","
|
||||
|
||||
|
||||
--let g:vimtex_compiler_latexmk = {
|
||||
-- \ 'options' : [
|
||||
-- \ '-pdf',
|
||||
-- \ '-shell-escape',
|
||||
-- \ '-verbose',
|
||||
-- \ '-file-line-error',
|
||||
-- \ '-synctex=1',
|
||||
-- \ '-interaction=nonstopmode',
|
||||
-- \ ],
|
||||
-- \}
|
||||
Loading…
Add table
Add a link
Reference in a new issue