diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-27 17:52:11 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-27 17:52:11 -0500 |
commit | 1122ca1b383517bde738e371e2f71e0af82e81c5 (patch) | |
tree | bc0ece928d425db926bf03e88421a7995bb3a31b /lua | |
parent | ab707f7d8fef779840ce6666785528cac0b178b7 (diff) | |
download | nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.tar.gz nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.tar.bz2 nvim-1122ca1b383517bde738e371e2f71e0af82e81c5.zip |
add required plugin for neorg presenter, and make wsphome more adaptaive
Diffstat (limited to '')
-rw-r--r-- | lua/conf/plugins.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index 23be6c6..c5786a5 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -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' }, |