We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a2e1 commit 123a436Copy full SHA for 123a436
init.lua
@@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
88
-- See `:help mapleader`
89
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
90
vim.g.mapleader = ' '
91
-vim.g.maplocalleader = ' '
+vim.g.maplocalleader = ','
92
93
-- Set to true if you have a Nerd Font installed and selected in the terminal
94
vim.g.have_nerd_font = true
lua/custom/plugins/init.lua
@@ -44,6 +44,7 @@ return {
44
init = function()
45
-- VimTeX configuration goes here, e.g.
46
vim.g.vimtex_view_method = 'zathura'
47
+ vim.g.vimtex_compiler_method = 'pdflatex'
48
end,
49
},
50
}
0 commit comments