Remove personalise configs.

This commit is contained in:
Mayrixon 2023-07-18 14:27:01 +01:00
parent 06d868588a
commit 64bc723df3

View file

@ -35,8 +35,6 @@ return {
vim.g.vimtex_complete_enabled = 0 -- use texlab for completion
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as it conflicts with LSP hover
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
vim.g.vimtex_view_method = vim.fn.has("mac") == 1 and "skim" or "zathura"
end,
},