aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/init.lua
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-12-17 17:17:40 -0500
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-12-17 17:17:40 -0500
commit47d61c1cb5af62cc75218661dfc7c3a0dc3378a8 (patch)
tree906f5e4b1e6bb7b9eaea0fb45a9e7af82baff609 /nvim/lua/plugins/init.lua
parent00fa9fb23ee3de7b60f0b5a88f905f3bf14a1485 (diff)
made nvim keymap locations sensible, add harpoon
Keymaps are now stored in the lua/plugins/<Plugin>.lua or lua/keymap.lua Installed harpoon v2
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,