Skip to content

Commit 123a436

Browse files
committed
yayyyy got vimtex to work properly now, opens up zathura
1 parent 8f5a2e1 commit 123a436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
8888
-- See `:help mapleader`
8989
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
9090
vim.g.mapleader = ' '
91-
vim.g.maplocalleader = ' '
91+
vim.g.maplocalleader = ','
9292

9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
9494
vim.g.have_nerd_font = true

lua/custom/plugins/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ return {
4444
init = function()
4545
-- VimTeX configuration goes here, e.g.
4646
vim.g.vimtex_view_method = 'zathura'
47+
vim.g.vimtex_compiler_method = 'pdflatex'
4748
end,
4849
},
4950
}

0 commit comments

Comments
 (0)