tex live preview(actually entr is better)
This commit is contained in:
parent
65df9c000b
commit
3a6c1c2c3b
@ -44,12 +44,6 @@ return require('packer').startup(function(use)
|
|||||||
after = "nvim-treesitter",
|
after = "nvim-treesitter",
|
||||||
config = function() require('spellsitter').setup() end
|
config = function() require('spellsitter').setup() end
|
||||||
}
|
}
|
||||||
use {'neovim/nvim-lspconfig', after = "coq_nvim"}
|
|
||||||
use {
|
|
||||||
'kabouzeid/nvim-lspinstall',
|
|
||||||
config = function() require "plugins.lspinstall" end,
|
|
||||||
after = 'nvim-lspconfig'
|
|
||||||
}
|
|
||||||
use {
|
use {
|
||||||
'ms-jpq/coq_nvim',
|
'ms-jpq/coq_nvim',
|
||||||
branch = 'coq',
|
branch = 'coq',
|
||||||
@ -75,6 +69,12 @@ return require('packer').startup(function(use)
|
|||||||
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
use {'neovim/nvim-lspconfig', after = "coq_nvim"}
|
||||||
|
use {
|
||||||
|
'kabouzeid/nvim-lspinstall',
|
||||||
|
config = function() require "plugins.lspinstall" end,
|
||||||
|
after = 'nvim-lspconfig'
|
||||||
|
}
|
||||||
|
|
||||||
-- formating and editing
|
-- formating and editing
|
||||||
use {"sbdchd/neoformat", cmd = "Neoformat"}
|
use {"sbdchd/neoformat", cmd = "Neoformat"}
|
||||||
@ -162,5 +162,10 @@ return require('packer').startup(function(use)
|
|||||||
-- integrations
|
-- integrations
|
||||||
use {'michaelb/sniprun', run = 'bash ./install.sh', cmd = "SnipRun"}
|
use {'michaelb/sniprun', run = 'bash ./install.sh', cmd = "SnipRun"}
|
||||||
use {"tpope/vim-fugitive", cmd = "G"}
|
use {"tpope/vim-fugitive", cmd = "G"}
|
||||||
|
use {
|
||||||
|
"xuhdev/vim-latex-live-preview",
|
||||||
|
setup = function() vim.g.livepreview_previewer = 'zathura' end,
|
||||||
|
event = "FileType tex"
|
||||||
|
}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user