nvim: Remove leftover papis plugin comments
This commit is contained in:
parent
31dc3fa9b7
commit
3201039557
1 changed files with 0 additions and 21 deletions
|
|
@ -256,27 +256,6 @@ local prose_plugs = {
|
||||||
config = true,
|
config = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- cite as you write from papis databases
|
|
||||||
-- ADDITIONAL DEPENDENCIES: papis and yq in shell env
|
|
||||||
-- still same issues: slow, buggy, does not work for me
|
|
||||||
{
|
|
||||||
"jghauser/papis.nvim",
|
|
||||||
dependencies = {
|
|
||||||
"kkharji/sqlite.lua",
|
|
||||||
"MunifTanjim/nui.nvim",
|
|
||||||
"pysan3/pathlib.nvim",
|
|
||||||
"nvim-neotest/nvim-nio",
|
|
||||||
-- if not already installed, you may also want:
|
|
||||||
{ "nvim-telescope/telescope.nvim", optional = true },
|
|
||||||
-- "hrsh7th/nvim-cmp",
|
|
||||||
},
|
|
||||||
config = function()
|
|
||||||
require("papis").setup({
|
|
||||||
init_filetypes = prose_ft,
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
lazy = false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"barreiroleo/ltex_extra.nvim",
|
"barreiroleo/ltex_extra.nvim",
|
||||||
branch = "dev",
|
branch = "dev",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue