[nvim] add synctex support for evince
This commit is contained in:
@@ -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>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>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>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({
|
wk.register({
|
||||||
["<leader>"] = {
|
["<leader>"] = {
|
||||||
l = {
|
l = {
|
||||||
|
|||||||
@@ -158,6 +158,10 @@ return require('packer').startup(function(use)
|
|||||||
config = function() require("plugins.noice-conf") end,
|
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
|
-- Automatically set up your configuration after cloning packer.nvim
|
||||||
-- Put this at the end after all plugins
|
-- Put this at the end after all plugins
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
|
|||||||
Reference in New Issue
Block a user