From 47d61c1cb5af62cc75218661dfc7c3a0dc3378a8 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Sun, 17 Dec 2023 17:17:40 -0500 Subject: made nvim keymap locations sensible, add harpoon Keymaps are now stored in the lua/plugins/.lua or lua/keymap.lua Installed harpoon v2 --- nvim/lua/plugins/init.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nvim/lua/plugins/init.lua') 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, -- cgit v1.2.3