Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

The `thinglist` plugin idea (#63) could be used to implement a plugin for this on top of it 👀

With tags! And a set of commands to (fuzzy) open/filter files by tags query (` model postgre !low` for all model files for postgres, excluding lowlevel files) Then a nvim...

----- Neovim plugin for tagging important files https://github.com/cbochs/grapple.nvim Might be interesting...?

https://www.reddit.com/r/vim/comments/4gjbqn/what_tricks_do_you_use_instead_of_popular_plugins/

https://github.com/zenbro/dotfiles/blob/master/.nvimrc Really cool stuff! I should try to use marker-folding for my main config. Also some mapping ideas: ``` For each h j k l: hh jj kk ll hn...

justinmk' config https://github.com/justinmk/config/blob/a93dc73fafbdeb583ce177a9d4ebbbdfaa2d17af/.config/nvim/init.vim

Multi-language debugging frontend using the Debug Adapter Protocol (similar to LSP) https://github.com/puremourning/vimspector

Easily add print statements to check the flow of a piece of code, useful when we don't have a debugger... https://github.com/bergercookie/vim-debugstring

LSP symbols navigator/side-window https://github.com/liuchengxu/vista.vim

Idea: rewrite this plugin (to practice vimscript and improve the implementation) https://github.com/wellle/visual-split.vim