adding latex compilation
This commit is contained in:
parent
adcd9dccdd
commit
eeef54f0e7
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -43,3 +43,6 @@
|
|||||||
[submodule "harpoon"]
|
[submodule "harpoon"]
|
||||||
path = site/pack/qol/start/harpoon
|
path = site/pack/qol/start/harpoon
|
||||||
url = https://github.com/ThePrimeagen/harpoon.git
|
url = https://github.com/ThePrimeagen/harpoon.git
|
||||||
|
[submodule "site/pack/latex/opt/vimtex"]
|
||||||
|
path = site/pack/latex/opt/vimtex
|
||||||
|
url = https://github.com/lervag/vimtex.git
|
||||||
|
@ -67,3 +67,6 @@ vim.g.airline_powerline_fonts = 1
|
|||||||
vim.g.airline_symbols.linenr = ''
|
vim.g.airline_symbols.linenr = ''
|
||||||
vim.g.airline_symbols.maxlinenr = ''
|
vim.g.airline_symbols.maxlinenr = ''
|
||||||
vim.g.airline_symbols.dirty = ''
|
vim.g.airline_symbols.dirty = ''
|
||||||
|
|
||||||
|
-- vimtex settings
|
||||||
|
vim.g.vimtex_view_method = 'zathura'
|
||||||
|
5
site/after/ftplugin/tex.lua
Normal file
5
site/after/ftplugin/tex.lua
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-- adding packages
|
||||||
|
vim.cmd('packadd vimtex')
|
||||||
|
|
||||||
|
-- latex plugin settings
|
||||||
|
vim.g.vimtex_view_method = 'zathura'
|
1
site/pack/latex/opt/vimtex
Submodule
1
site/pack/latex/opt/vimtex
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d3dfbf391ba8d8f08ab91ce8e54173cddc708b02
|
Loading…
x
Reference in New Issue
Block a user