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/after/plugin/keymap.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/after/plugin/keymap.lua')
| -rw-r--r-- | nvim/after/plugin/keymap.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/after/plugin/keymap.lua b/nvim/after/plugin/keymap.lua deleted file mode 100644 index 78ebff6..0000000 --- a/nvim/after/plugin/keymap.lua +++ /dev/null @@ -1,9 +0,0 @@ -local Remap = require("keymap") - -Remap.nmap("gf", function() - vim.cmd([[:e <cfile>]]) -end) - -Remap.nnoremap("<Leader>qf", function() - vim.cmd(':cope') -end) |
