aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/lua/theprimeagen/harpoon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/theprimeagen/harpoon.lua')
-rw-r--r--nvim/lua/theprimeagen/harpoon.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/nvim/lua/theprimeagen/harpoon.lua b/nvim/lua/theprimeagen/harpoon.lua
deleted file mode 100644
index 4f1543e..0000000
--- a/nvim/lua/theprimeagen/harpoon.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-require("harpoon").setup({
- nav_first_in_list = true,
- projects = {
- ["/home/theprimeagen/work/nrdp/backport-2"] = {
- term = {
- cmds = {
- "ninja -C /home/theprimeagen/work/nrdp/builds/backport-2 -j 25 && cp compile_commands.json /home/theprimeagen/work/nrdp/backport-2\n",
- }
- }
- }
- }
-})
-