tex
This commit is contained in:
@@ -9,6 +9,7 @@ o.relativenumber = true
|
||||
o.clipboard = "unnamedplus"
|
||||
o.viminfo = ""
|
||||
-- why viminfo not work
|
||||
o.expandtab = true
|
||||
o.tabstop = 4
|
||||
o.viminfo = ''
|
||||
vim.g.base16colorspace = 256
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user