diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-03 09:34:31 +0000 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-03 09:34:31 +0000 |
commit | 7c5d3eff786bef884022cc813448bb085ba4eccd (patch) | |
tree | d3f936c71555e259318116272e9e478954fa5eeb /lua/core/plugins.lua | |
parent | 2da3e8642576b2b97544a94a91d16779914a3de1 (diff) | |
download | nvim-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.lua | 3 |
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 |