feat(nvim): use render.nvim
This commit is contained in:
parent
639f1a4eac
commit
339840a602
3 changed files with 52 additions and 34 deletions
|
|
@ -8,7 +8,6 @@ vim.pack.add({
|
|||
'https://github.com/tpope/vim-abolish',
|
||||
'https://github.com/tpope/vim-sleuth',
|
||||
'https://github.com/kylechui/nvim-surround',
|
||||
'https://github.com/lervag/vimtex',
|
||||
}, { load = function() end })
|
||||
|
||||
return {
|
||||
|
|
@ -132,14 +131,6 @@ return {
|
|||
{ 'i', mode = { 'x', 'o' } },
|
||||
},
|
||||
},
|
||||
{
|
||||
'lervag/vimtex',
|
||||
ft = { 'latex' },
|
||||
before = function()
|
||||
vim.g.vimtex_view_method = 'sioyek'
|
||||
vim.g.vimtex_quickfix_mode = 0
|
||||
end,
|
||||
},
|
||||
{
|
||||
'monaqa/dial.nvim',
|
||||
after = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue