nvim: Add improved helpfile rendering
Advanced rendering like the markdown render view.
This commit is contained in:
parent
3e0116a1c9
commit
0bbfeb2c68
1 changed files with 8 additions and 0 deletions
|
@ -92,4 +92,12 @@ return {
|
|||
opts = {},
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"OXY2DEV/helpview.nvim",
|
||||
-- lazy = false, -- Recommended by dev?
|
||||
ft = "help",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue