Currently not working on this project anymore. I am now working on doom-nvim with a friend of mines and if you want something similar and better to evil-nvim, i highly recommend giving doom-nvim a go :)
- Introduction
- Acknowledgements
- Requirements
- Install Nvim 0.5+
- Install Evil-Nvim
- LSP
- Packages
- Contribute
Great evil is coming to the world and we need your help to slay the demons
Evil Nvim is a Neovim port of the Doom Emacs configuration framework. It uses as many lua plugins as possible which results in a lightning fast experience, and it takes advantage of Neovide's GUI to provide the user a familiar look and feel to doom-emacs. The main objective of Evil Nvim is to welcome any doom-emacs fan-boy (or Vim newcomer) to Vim with the best experience possible.
- Neovim Nightly 0.5+
- Git 2.23+
- Unix or Unix-like system
git clone https://github.com/neovim/neovim
cd neovim
sudo make CMAKE_BUILD_TYPE=Release install
To make sure you won't run into some issues install the following:
neovide
ranger
ueberzug
ripgrep
pynvim
neovim-remote
bash <(curl -s https://raw.githubusercontent.com/GustavoPrietoP/evil-nvim/main/doom-installer.sh)
run :PackerSync
and restart Neovim
In order to get your desired language support (autocomplete, diagnostics, code actions) simply type :LspInstall
and tab through the available language servers.
if anyone is interested in helping me set up language servers for currently unsupported languages, I'm more than happy to accept your pull request
- hlissner for Doom Emacs β€οΈ
- NTBBloodbath for doom-nvim π
- Chris for the colorschemes and helping with the configs π
Doom One (My Fork)
LunarVim (Thanks to Chris)
Currently looking for people to help me improve this project. You can make a PR and I'll make sure to have a look at it π Also, if you encounter any error don't hesitate to submit an issue here. Feature requests are always welcome btw π
-
Main Screen
-
File tree
-
Fuzzy Finder
-
LSP
- Native LSP
:h lsp
- LspConfig
- LspInstall
- nvim-compe
- Native LSP
-
Others