up
This commit is contained in:
@@ -15,8 +15,8 @@ return {
|
||||
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'
|
||||
end,
|
||||
keys = {
|
||||
{ '<localLeader>l', '', desc = 'LaTeX', ft = 'tex' },
|
||||
},
|
||||
-- keys = {
|
||||
-- { '<localLeader>l', '', desc = 'LaTeX', ft = 'tex' },
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user