Skip to content

Commit

Permalink
feat(nvim): Add helpview.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Oct 14, 2024
1 parent 1e18630 commit 9671029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/lua/my/configure/markdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ return {
opts = {},
ft = 'markdown',
},
{
'OXY2DEV/helpview.nvim',
ft = 'help',
dependencies = { 'nvim-treesitter/nvim-treesitter' },
},
}

0 comments on commit 9671029

Please sign in to comment.