Skip to content

Commit

Permalink
feat(neovim-lua-development): add helpview.nvim (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Aug 12, 2024
1 parent 21251ca commit ad68f73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# helpview.nvim

Decorations for vimdoc/help files in Neovim

**Repository:** <https://github.com/OXY2DEV/helpview.nvim>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
"OXY2DEV/helpview.nvim",
ft = "help",
dependencies = { "nvim-treesitter/nvim-treesitter" },
}

0 comments on commit ad68f73

Please sign in to comment.