refactor: improve comment
parent
1dee671b98
commit
9bbe4516f4
|
@ -223,7 +223,7 @@ in
|
||||||
lazy = false;
|
lazy = false;
|
||||||
conf = /* lua */ ''
|
conf = /* lua */ ''
|
||||||
vim.g.vimtex_view_method = "zathura"
|
vim.g.vimtex_view_method = "zathura"
|
||||||
vim.g.vimtex_mappings_disable = vim.fn.executable("texlab") == 1 and { ["n"] = { "K" } } or {} -- disable `K` as it conflicts with LSP hover
|
vim.g.vimtex_mappings_disable = vim.fn.executable("texlab") == 1 and { ["n"] = { "K" } } or {} -- disable `K` as it conflicts with LSP hover if texlab is in path
|
||||||
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
|
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
|
||||||
'';
|
'';
|
||||||
keys = [
|
keys = [
|
||||||
|
|
Loading…
Reference in New Issue