add required plugin for neorg presenter, and make wsphome more adaptaive

This commit is contained in:
2023-11-27 17:52:11 -05:00
parent 393b34915e
commit e39f85e06c
3 changed files with 9 additions and 4 deletions

View File

@ -54,9 +54,12 @@ require('dep') {
end,
requires = {
'nvim-lua/plenary.nvim',
'nvim-treesitter/nvim-treesitter'
'nvim-treesitter/nvim-treesitter',
'folke/zen-mode.nvim'
},
deps = 'nvim-neorg/neorg-telescope'
deps = { 'nvim-neorg/neorg-telescope',
requires = 'nvim-telescope/telescope.nvim'
}
},
{ 'jbyuki/venn.nvim' },