[nvim] add synctex support for evince

This commit is contained in:
Marco Thomas
2022-12-08 14:28:18 +01:00
parent 796ce94075
commit 3c615e2a8a
2 changed files with 5 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ map("n", "<leader>ln", "<cmd> lua vim.lsp.buf.rename()<CR>", default_opts) -- Re
map("n", "<leader>lr", "<cmd> Telescope lsp_references<CR>", default_opts) -- Show all LSP references
map("n", "<leader>ls", "<cmd> Telescope lsp_workspace_symbols<CR>", default_opts) -- Search for LSP symbols
map("n", "<leader>lt", "<cmd> TodoTelescope<CR>", default_opts) -- Show all TODOs in a project
map("n", "<leader>lp", "<cmd> call SVED_Sync()<CR>", default_opts) -- synctex
wk.register({
["<leader>"] = {
l = {

View File

@@ -158,6 +158,10 @@ return require('packer').startup(function(use)
config = function() require("plugins.noice-conf") end,
})
-- latex synctex
-- pip install pygobject dbus-python pynvim
use({"peterbjorgensen/sved"})
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if packer_bootstrap then