chore: move folder
This commit is contained in:
commit
3d3f187224
71 changed files with 1477 additions and 0 deletions
8
nvim/lua/settings/vimtex.lua
Normal file
8
nvim/lua/settings/vimtex.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--vim.cmd('let g:vimtex_view_method = "zathura"')
|
||||
|
||||
vim.cmd('let g:vimtex_view_general_viewer = "okular"')
|
||||
--let g:vimtex_view_general_options = '--unique file:@pdf\#src:@line@tex'
|
||||
|
||||
vim.cmd('let g:vimtex_compiler_method = "latexmk"')
|
||||
|
||||
--let maplocalleader = ","
|
||||
Loading…
Add table
Add a link
Reference in a new issue