neovim config.
Install.sh creates symbolic links to this folder.
For wsl markdownPreview support : sudo apt-get install -y xdg-utils
git config core.hooksPath hooks/
https://thevaluable.dev/vim-advanced/ Read user manual Telescope bcommits bcommits_range
Master is relatively stable. However the default release on git for master are in debug mode which contains an assert which fails because of Noice (if we also "echo" and have Telescope enable for some reasons). Therefore it is better to compile in release mode.
CC=gcc-13 make CMAKE_EXTRA_FLAGS="-DCMAKE_C_FLAGS=-fuse-ld=mold" CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=~/.bin/nvim-unstable && CC=gcc-13 make install CMAKE_EXTRA_FLAGS="-DCMAKE_C_FLAGS=-fuse-ld=mold" CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=~/.bin/nvim-unstable
Coq faster Cmp UI much better, compatible with non proprietary snippets (so compatible with vscode snippets etc. which also means scissors (to edit snipppets) are compatible), compatible with noice (folke/noice.nvim#758) kind of a shame coq is faster thanks to a ton of optimizations but close to unusable because bad UI, not compatible with snippets or Noice completion