summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-03 09:34:31 +0000
committerSquibid <me@zacharyscheiman.com>2023-04-03 09:34:31 +0000
commit7c5d3eff786bef884022cc813448bb085ba4eccd (patch)
treed3f936c71555e259318116272e9e478954fa5eeb /lua/core/plugins.lua
parent2da3e8642576b2b97544a94a91d16779914a3de1 (diff)
downloadnvim-7c5d3eff786bef884022cc813448bb085ba4eccd.tar.gz
nvim-7c5d3eff786bef884022cc813448bb085ba4eccd.tar.bz2
nvim-7c5d3eff786bef884022cc813448bb085ba4eccd.zip
add tree file view, and modify scrollbarv1.0
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index c41bd9d..2844d8a 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -48,6 +48,9 @@ require('lazy').setup{
dependencies = { 'MunifTanjim/nui.nvim' },
config = true,
},
+ { 'dinhhuy258/sfm.nvim',
+ dependencies = { 'dinhhuy258/sfm-git.nvim' }
+ },
--
-- careful the following plugins might be considered useful proceed with caution