Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
7
.config/nvim/lua/plugins/helpview.lua
Normal file
7
.config/nvim/lua/plugins/helpview.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'OXY2DEV/helpview.nvim',
|
||||
ft = 'help',
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user