nvim: Update plugins and lazy loading events

This commit is contained in:
Marty Oehme 2024-06-13 16:33:33 +02:00
parent d1ef6584f1
commit a665648b1e
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
5 changed files with 34 additions and 27 deletions

View file

@ -144,17 +144,20 @@ local prose_plugs = {
-- ADDITIONAL DEPENDENCIES: papis and yq in shell env
-- {
-- "jghauser/papis.nvim",
-- cond = vim.fn.executable("papis") == 1 and vim.fn.executable("yq") == 1,
-- ft = writing_ft,
-- dependencies = {
-- "kkharji/sqlite.lua",
-- "nvim-lua/plenary.nvim",
-- "MunifTanjim/nui.nvim",
-- "pysan3/pathlib.nvim",
-- "nvim-neotest/nvim-nio",
-- "nvim-treesitter/nvim-treesitter",
-- },
-- cond = vim.fn.executable("papis") == 1 and vim.fn.executable("yq") == 1,
-- ft = writing_ft,
-- lazy = false,
-- config = true,
-- }
-- config = function()
-- require("papis").setup({})
-- end,
-- },
}
return prose_plugs