This commit is contained in:
2022-02-15 16:08:17 -05:00
parent 6d8ee538dd
commit e7f6ed54fb
3 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -112,7 +112,8 @@ return require('packer').startup({function(use)
'lervag/vimtex',
config = function()
vim.g.vimtex_view_general_viewer = 'zathura'
vim.g.vimtex_view_general_options = '--unique file:@pdf\\#src:@line@tex'
-- vim.g.vimtex_view_general_options = = '-x nvim -n -c "Vimtex'
-- 'file:@pdf\\#src:@line@tex'
vim.g.vimtex_quickfix_enabled = 0
vim.g.Tex_GotoError = 0
vim.g.Tex_ShowErrorContext = 0
@@ -130,6 +131,7 @@ return require('packer').startup({function(use)
vim.g.mkdp_highlight_css = os.getenv("HOME") .. "/.cache/wal/colors.css"
end
}
if bootstrap.is_bootstrap then
require('packer').sync()
end