nvim: Update plugins for quarto
This commit is contained in:
parent
86fdfbe3d5
commit
27860162b4
1 changed files with 10 additions and 5 deletions
|
@ -88,9 +88,14 @@ require("packer").startup(function()
|
|||
}
|
||||
|
||||
-- writing
|
||||
use {'vim-pandoc/vim-pandoc-syntax', ft = 'pandoc'}
|
||||
use {'vim-pandoc/vim-pandoc', ft = 'pandoc'}
|
||||
use {'vim-pandoc/vim-criticmarkup', ft = 'pandoc'} -- highlights for criticmarkup
|
||||
use {'vim-pandoc/vim-pandoc-syntax'}
|
||||
use {'vim-pandoc/vim-pandoc'}
|
||||
use {'vim-pandoc/vim-criticmarkup'}
|
||||
use {
|
||||
"quarto-dev/quarto-vim",
|
||||
requires = {{"vim-pandoc/vim-pandoc-syntax"}},
|
||||
ft = {"quarto"}
|
||||
}
|
||||
use 'micarmst/vim-spellsync' -- personal dict improvements for git sync
|
||||
use { -- provide distraction free writing
|
||||
'Pocco81/TrueZen.nvim',
|
||||
|
@ -227,8 +232,8 @@ require("packer").startup(function()
|
|||
'hrsh7th/cmp-nvim-lsp', 'hrsh7th/cmp-buffer', 'hrsh7th/cmp-path',
|
||||
'hrsh7th/cmp-cmdline', 'hrsh7th/cmp-vsnip', 'hrsh7th/cmp-nvim-lua',
|
||||
'kdheepak/cmp-latex-symbols', 'ray-x/cmp-treesitter',
|
||||
'f3fora/cmp-spell', 'cbarrete/completion-vcard',
|
||||
'aspeddro/cmp-pandoc.nvim', 'nvim-lua/plenary.nvim', 'jbyuki/nabla.nvim' -- pandoc requires the 2 following
|
||||
'f3fora/cmp-spell', 'cbarrete/completion-vcard'
|
||||
|
||||
}
|
||||
}
|
||||
require('plug._cmp')
|
||||
|
|
Loading…
Reference in a new issue