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, 13 insertions, 0 deletions
diff --git a/nvim/lua/theprimeagen/harpoon.lua b/nvim/lua/theprimeagen/harpoon.lua
new file mode 100644
index 0000000..4f1543e
--- /dev/null
+++ b/nvim/lua/theprimeagen/harpoon.lua
@@ -0,0 +1,13 @@
+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",
+ }
+ }
+ }
+ }
+})
+