feat(nvim): add statuscol support via plugin
This commit is contained in:
parent
2d41c4fce4
commit
507e346d3a
@ -385,10 +385,23 @@ lazy.setup({
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"luukvbaal/statuscol.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("statuscol").setup({
|
||||
foldfunc = "builtin",
|
||||
setopt = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"kevinhwang91/nvim-ufo",
|
||||
dependencies = { "kevinhwang91/promise-async" },
|
||||
after = "nvim-treesitter",
|
||||
dependencies = {
|
||||
"kevinhwang91/promise-async",
|
||||
},
|
||||
after = { "nvim-treesitter", "statuscol.nvim" },
|
||||
config = function()
|
||||
require("plugins.configs.nvim-ufo")
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user