aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/init.lua')
-rw-r--r--nvim/lua/plugins/init.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/lua/plugins/init.lua b/nvim/lua/plugins/init.lua
index c05f0f0..5c90a28 100644
--- a/nvim/lua/plugins/init.lua
+++ b/nvim/lua/plugins/init.lua
@@ -3,10 +3,6 @@ return {
-- common dependacy
"nvim-lua/plenary.nvim",
- -- git
- 'tpope/vim-fugitive', -- close to native git command integrations
-
-
-- completion
-- TODO:config completion and setup binds
'hrsh7th/nvim-cmp',
@@ -23,9 +19,6 @@ return {
dependencies = { 'hrsh7th/nvim-cmp' }
},
-
-
-
{
'numToStr/Comment.nvim', -- faster commentting
lazy = false,