diff options
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 |