mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Remove personalise configs.
This commit is contained in:
parent
06d868588a
commit
64bc723df3
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue