rayx
rayx
will https://github.com/ray-x/go.nvim/pull/435 fix the issue?
https://github.com/ray-x/go.nvim/issues/454 Might need multiple updates to get things to work...
Failed to reproduce with the following init.lua Do other keymaps have similar issues? I feel might be related to lazyloading. ```lua vim.cmd([[set runtimepath=$VIMRUNTIME]]) local uv = vim.uv or vim.loop local...
I think one of the function you trying to set keybinding is nil (maybe because of lazy loading etc) You can simply modify your config and do this ```lua for...
Nop. I did not tell neotree to open `/fugitive:xxxxx` I was using command `NeoTreeShowToggle` Also I tried [nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) , it does not infer anything of `fugitive` Inside the fugitive buffer,...
Please refer to rfc-8089. URI `fugitive:///home/ray/github/ray-x/go.nvim` means the file is in `/home/ray/github/ray-x/go.nvim` path. I have no idea why neotree add `/` in the front. This is URI, not file path....
1) Fugitive is the most popular git plugin in vim/nvim world 2) This is not a corner case. If you use any plugins open float terminal, you will find the...
I do not think it is adding support to other plugins, but it is more neo-tree plugin failing to open when the current buffer is not a file in filesystem....
I saw the same thing. Difference is that I am using `[[../assets/image_1693895894267_0.png][image_name]]{:width 315, :height 185}` I tried to adjust width and height but it no longer worked. It used to...
I do not think reference and doc backlink are the same. You can show references/backlinks to a file if your cursor is on [[filename]] in filename-b.md But the backlink works...