Neovim
My Neovim config.
git clone -b main https://github.com/sgaliamov/nvimTo do
- debug in rust.
- spell checks.
- disable some keybindings in insert mode (C-w, C-h).
- navitation in telescope with <C-j/k>
Nice to have
- hide the nesting number in the fold colum.
- setup for c#.
- tree view in telescope.
- one tree view for all tabs. configure edgy.
- https://stackoverflow.com/questions/5481028/vim-open-each-buffer-in-a-new-tab
Known issues
- When can't save file, use
:w!.