nvim: Update plugins and lazy loading events
This commit is contained in:
parent
d1ef6584f1
commit
a665648b1e
5 changed files with 34 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue