NeoVim dotfiles, making editor a portable, extensible, but minimalist IDE, with at least debugging, introspetion and completion functionality. Have fun!
mv ~/.config/nvim ~/.config/nvim.bak #create backup
git clone --depth 1 https://github.com/thefish/nvim-lua-config.git ~/.config/nvim
then run nvim.
see plugin folder
Extensively described in mappings file
Also some hacks were added to nvim-tree:
Ctrl+f
Find file in folder
Ctrl+a
Stage file/folder for git commit
Ctrl+x
Unstage file/folder from git commit
<c-q>
in an telesope find window to open the contents as a nvim's quickfix list. cnext and cprev to navigate.
<c-?>
shows inline help for telesope, buggy but helpful.
Irae.nvim - theme loosely based on famous ir_black, still in development