Benoit de Chezelles
Benoit de Chezelles
Highlight interesing words in a buffer: https://github.com/lfv89/vim-interestingwords Find root directory for current project and do sth about it: https://github.com/airblade/vim-rooter
Minimal filetype icon plugin: https://github.com/LinArcX/mpi
Nice setup with good orga: https://www.reddit.com/r/vimporn/comments/gqhsh2/neovim_is_my_ide/ https://github.com/ChristianChiarulli/nvim Note: uses CoC for completion & LSP interesting mappings by group, using which-keys for discoverability, starting at https://github.com/ChristianChiarulli/nvim/blob/3bb390f1ebd55a3adec48376e2f4e86ad60e9fa3/keys/which-key.vim#L45
Interpreter scratchpad right in vim: https://github.com/metakirby5/codi.vim Can be useful for python for exemple, to not use the default interpreter which is pretty bad keybinding-wise and completion-wise... Works with python, and...
Since https://github.com/bew/dotfiles/commit/325f1eb8acabb1b610802d780612ad8f3cb866b4 I enabled the interactive mode of the menu completion system of zsh, and I can refine the listed completions as-I-type once I triggered the completion menu. (it was...
https://git.sr.ht/~whynothugo/lsp_lines.nvim uses virtual lines, this is interesting! Maybe a single virtual line with a count of errors of the line, ability to cycle (?) or only an info line, kind...
https://github.com/bew/dotfiles/issues/37#issuecomment-1009033675 mentions that https://github.com/petertriho/nvim-scrollbar can now display basic information for the whole file. We could show where the diagnostics are in the file (roughly). However when a search is in...
ᕕ( ᐛ )ᕗ
With upcoming `statuscolumn` (https://github.com/neovim/neovim/pull/20621) we'll get better control on the 'gutter' 😍
Make multiple tries: If nothing can match with alphanumeric chars only, add `_` to possible chars, if no match, add `-`, etc..