nvim: Add pandoc completion to blink
This commit is contained in:
parent
3a10d7a849
commit
f4da232b79
2 changed files with 9 additions and 4 deletions
|
|
@ -6,9 +6,15 @@ return {
|
||||||
"rafamadriz/friendly-snippets",
|
"rafamadriz/friendly-snippets",
|
||||||
"hrsh7th/cmp-calc",
|
"hrsh7th/cmp-calc",
|
||||||
"f3fora/cmp-spell",
|
"f3fora/cmp-spell",
|
||||||
{ "aspeddro/cmp-pandoc.nvim", opts = {
|
{
|
||||||
filetypes = { "pandoc", "markdown", "quarto", "rmd" },
|
"aspeddro/cmp-pandoc.nvim",
|
||||||
} },
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
filetypes = { "pandoc", "markdown", "quarto", "rmd" },
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
lazy = false,
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ return {
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"jmbuhr/otter.nvim",
|
"jmbuhr/otter.nvim",
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
"hrsh7th/nvim-cmp",
|
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
{ "benlubas/molten-nvim", optional = true },
|
{ "benlubas/molten-nvim", optional = true },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue