Kevin Hwang
Kevin Hwang
I am not sure about the folded line after the new edit, but why lines `4-6` are folded? Shouldn't be keeping `2-4` or clearing the fold?
`nvim --clean +'au OptionSet filetype lua print()'` and then `:h h`
I'm learning go recently, I am willing to write delve backend for nvim-gdb if I master go later.
What's the issue with the reference? I only know from there the terminal emulator needs an extra `TERM` env that may be broken under a remote machine.
> If i understood you right, what you want is something like what indent-blanklike plugin would do for perfectly indented code, right? Something like on this image No, I want...
Here's my remap for matchup: ```lua map('n', '%', '(matchup-%)', {}) map('x', '%', '(matchup-%)', {}) map('o', '%', '(matchup-%)', {}) map('n', '[5', '(matchup-[%)', {}) map('x', '[5', '(matchup-[%)', {}) map('o', '[5', '(matchup-[%)', {})...
Every fuzzy find can import the data of the current quickfix and become a filter for quickfix. But for now, only the UI of fzf perfectly compatible with quickfix. If...
> You mentioned that Preview with fzf needs a pipe command, Windows can't be supported.. But there is an awesome telescope.nvim that works fast and allows to avoid using external...
> nvim community is all moving to telescope so so PR is welcome
Do you mean an item or all items in a list?