nvim: Remove leftover papis plugin comments

This commit is contained in:
Marty Oehme 2025-02-07 13:13:08 +01:00
parent 31dc3fa9b7
commit 3201039557
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -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",