Arne Van Maele
Arne Van Maele
@daltondiaz With a wiki I mean something like this: https://github.com/nvim-lualine/lualine.nvim/wiki/Component-snippets A place where you can share a config for Harpoon2, so others can just take it and be happy. Without...
@ThePrimeagen Is this something you want added in Harpoon 2? If so, do you want me to investigate this and possibly create a PR? If not you can close this...
Hi, Not sure if you still use this, but I think I have a slightly more elegant solution: This issue helped me find the correct root: https://github.com/ThePrimeagen/git-worktree.nvim/issues/102 Then I have...
I have the same issue + I don't get line numbers anymore sometimes, not sure how that happened.
Workaround that seems to work, but could use (a lot of) improvement: ``` VimLeavePre = function(_, list) for bufnr = 1, vim.fn.bufnr("$") do if vim.fn.buflisted(bufnr) == 1 then local bufname...
So basically I would want my diagnostic message on the line of the failure. The blue arrow should show this :smile:  my config: ``` "nvim-neotest/neotest", dependencies = { "nvim-lua/plenary.nvim",...
imgur mirror for video, because it seems to be buggy: https://imgur.com/nIEMj1y
For anyone interested, this works in my personal config: ``` keymap("n", "gw", utils.search_diagnostics_cody, opts) keymap("v", "gw", utils.search_diagnostics_cody, opts) function M:search_diagnostics_cody() local start_line, end_line local mode = string.lower(vim.fn.mode()) if mode ==...
Right now I'm always linking my files that I have put in my .gitignore over to each new worktree. It would be nice to have something like this as a...
Adding this feature would be nice as well. It make the whole worktree experience a lot cleaner imo. https://github.com/ThePrimeagen/git-worktree.nvim/issues/96 I'm not sure if I can help with any of this,...