Intelligent Autocomplete
Neotree and LSP in action
Intuitive Splash screen
- Linting
- Formatting
- Autocomplete
- Simple plugin structure
- Debugger (to be implemented)
Arch Linux
$ sudo pacman -S git neovim pyright nodejs gcc
Debian/Ubuntu
$ sudo apt install git neovim pyright nodejs gccopenSUSE (zypper)
$ sudo zypper install git neovim pyright nodejs gcc
rm -rf .config/nvim
git clone https://github.com/daniel04soden/danVim.git
mv danVim/nvim .config/nvim
echo "alllll done"