Ryan Wu
Ryan Wu
Thanks author for context.vim first, i think it's really cool! I also use treesitter on neovim by https://github.com/nvim-treesitter/nvim-treesitter. And I think it may be suitable to implement the feature of...
Can I configure context.vim to only show function name but not if/else stuffs? They can be distinguished by indent?
like [s ]s, jump to next/previous spelling warning.
**Describe the bug** A clear and concise description of what the bug is. `nnoremap ca :CocCommand cSpell.addWordToDictionary` not works since update coc to 79 version.  **To Reproduce** Steps to...
- open from working directory - open from root directory of VSC repository - open from directory which current file in
- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: NVIM v0.7.0-dev+995-g255935903 - Output of `:echo has("python")`: 0 - Output of...
### Describe your question, feature request, or bug. operations provided by Leaderf gtags are very common for viewing source code, and sometimes LSP is also good choice which can provide...
- vim or neovim? - [ ] vim - [x] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: - Output of `:echo has("python3")`: -...
Like `--auto-jump` do a special treatment for match number is 1, match number is 0 also need a special treatment. I think showing a message is better than opening a...