diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-20 20:54:45 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-20 20:54:45 +0200 |
| commit | e4f712a3cd7ee6f21015bb881a955ce55e45f873 (patch) | |
| tree | 237eb4af4f56c46a9f907a9b8449b14e44e2dab4 | |
| parent | 691f41ae92bd6c8a2ff9fb12edbd99fd4e1e4fca (diff) | |
| download | dotfiles-e4f712a3cd7ee6f21015bb881a955ce55e45f873.tar.gz dotfiles-e4f712a3cd7ee6f21015bb881a955ce55e45f873.zip | |
Add harpoon config
| -rw-r--r-- | lua/plugins/harpoon.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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, + } +}) |
