better vimtex forward search with zathura
This commit is contained in:
@@ -41,7 +41,15 @@ require('pckr').add{
|
||||
'lukas-reineke/indent-blankline.nvim';
|
||||
'JoosepAlviste/nvim-ts-context-commentstring';
|
||||
'numToStr/Comment.nvim';
|
||||
'lervag/vimtex';
|
||||
{
|
||||
'lervag/vimtex';
|
||||
config = function()
|
||||
vim.cmd([[
|
||||
let g:vimtex_view_method = 'zathura_simple'
|
||||
let g:vimtex_view_automatic = 0
|
||||
]])
|
||||
end,
|
||||
};
|
||||
{
|
||||
'neovim/nvim-lspconfig',
|
||||
requires = {
|
||||
|
||||
@@ -8,6 +8,7 @@ local M = {}
|
||||
|
||||
-- Set leader key to space
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ";"
|
||||
|
||||
-- Set Explorer keybind to leader-"e"
|
||||
vim.keymap.set("n","<leader>e", vim.cmd.Ex)
|
||||
|
||||
Reference in New Issue
Block a user