feat(nvim): housekeeping

This commit is contained in:
2025-10-14 02:11:52 +01:00
parent 3f6eee04e6
commit 5cba2ba22b
8 changed files with 180 additions and 151 deletions

View File

@@ -1,14 +1,5 @@
return {
-- {
-- "vimpostor/vim-tpipeline",
-- config = function()
-- vim.g.tpipeline_restore = 0
-- vim.g.tpipeline_autoembed = 0
-- vim.o.laststatus = 0
-- vim.g.tpipeline_statusline = '%=%l:%c'
-- end
-- },
{
"folke/noice.nvim",
event = "VeryLazy",
@@ -34,19 +25,6 @@ return {
"MunifTanjim/nui.nvim",
}
},
{
'kevinhwang91/nvim-ufo',
event = "VeryLazy",
dependencies = 'kevinhwang91/promise-async',
config = function()
vim.o.foldcolumn = '0'
vim.o.foldlevel = 99
vim.o.foldlevelstart = 99
vim.keymap.set('n', 'zR', require('ufo').openAllFolds)
vim.keymap.set('n', 'zM', require('ufo').closeAllFolds)
require('ufo').setup()
end
},
{
"OXY2DEV/markview.nvim",
ft = "markdown",
@@ -61,9 +39,4 @@ return {
require 'colorizer'.setup()
end
},
{
"echasnovski/mini.diff",
opts = {}
}
}