From e4f712a3cd7ee6f21015bb881a955ce55e45f873 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 20 May 2023 20:54:45 +0200 Subject: Add harpoon config --- lua/plugins/harpoon.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/harpoon.lua diff --git a/lua/plugins/harpoon.lua b/lua/plugins/harpoon.lua new file mode 100644 index 0000000..1e9c030 --- /dev/null +++ b/lua/plugins/harpoon.lua @@ -0,0 +1,5 @@ +require("harpoon").setup({ + menu = { + width = vim.api.nvim_win_get_width(0) - 4, + } +}) -- cgit v1.2.3