diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-17 17:17:40 -0500 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-12-17 17:17:40 -0500 |
| commit | 47d61c1cb5af62cc75218661dfc7c3a0dc3378a8 (patch) | |
| tree | 906f5e4b1e6bb7b9eaea0fb45a9e7af82baff609 /nvim/lua/plugins/init.lua | |
| parent | 00fa9fb23ee3de7b60f0b5a88f905f3bf14a1485 (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.lua | 7 |
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, |
