Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GustavoPrietoP/evil-nvim
A neovim configuration for the doom fanboys
https://github.com/GustavoPrietoP/evil-nvim
doom-emacs evil evil-nvim neovim
Last synced: 3 months ago
JSON representation
A neovim configuration for the doom fanboys
- Host: GitHub
- URL: https://github.com/GustavoPrietoP/evil-nvim
- Owner: GustavoPrietoP
- License: gpl-3.0
- Archived: true
- Created: 2021-04-10T20:36:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T17:08:12.000Z (over 3 years ago)
- Last Synced: 2024-05-22T17:31:44.525Z (6 months ago)
- Topics: doom-emacs, evil, evil-nvim, neovim
- Language: Lua
- Homepage:
- Size: 912 KB
- Stars: 42
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Evil Neovim :smiling_imp:
[![GitHub license](https://img.shields.io/github/license/GustavoPrietoP/Evil-Nvim)](https://github.com/GustavoPrietoP/Evil-Nvim/main/LICENSE)
![Latest Release](https://img.shields.io/github/v/release/GustavoPrietoP/Evil-nvim?include_prereleases&style=flat-square)
[![PRs Welcome](https://img.shields.io/badge/Pr's-welcome-pink.svg?style=flat-square)](http://makeapullrequest.com)
![Neovim](https://img.shields.io/badge/Neovim-0.5-57A143?style=flat-square&logo=neovim)
![Demo](https://raw.githubusercontent.com/GustavoPrietoP/neovim/main/screenshot/demo.png)---
### Archived
Currently not working on this project anymore. I am now working on [doom-nvim](https://github.com/NTBBloodbath/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 :)### Table of Contents
- [Introduction](#introduction)
- [Acknowledgements](#dope-people)
- [Requirements](#requirements)
- [Install Nvim 0.5+](#get-the-latest-and-greatest-neovim)
- [Install Evil-Nvim](#install-evil-nvim)
- [LSP](#lsp)
- [Packages](#used-packages)
- [Contribute](#contribute)# Introduction
> 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](https://github.com/hlissner/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](https://github.com/Kethku/neovide) 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.# Requirements
- **Neovim Nightly 0.5+**
- Git 2.23+
- Unix or Unix-like system# Get the latest and greatest neovim
```bash
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:
``` bash
neovide
ranger
ueberzug
ripgrep
pynvim
neovim-remote
```
# Install Evil-Nvim
```
bash <(curl -s https://raw.githubusercontent.com/GustavoPrietoP/evil-nvim/main/doom-installer.sh)
```# When Launching
run `:PackerSync` and restart Neovim# LSP
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*
# Dope People
- [hlissner](https://github.com/hlissner) for Doom Emacs :heart:
- [NTBBloodbath](https://github.com/NTBBloodbath) for doom-nvim :purple_heart:
- [Chris](https://github.com/ChristianChiarulli) for the colorschemes and helping with the configs :sunglasses:
# Themes
[Doom One](https://github.com/GustavoPrietoP/doom-one.vim) (My Fork) \
[LunarVim](https://github.com/ChristianChiarulli/nvcode-color-schemes.vim) (Thanks to [Chris](http://github.com/ChristianChiarulli))---
# Contribute
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 :smiley: Also, if you encounter any error don't hesitate to submit an issue [here](https://github.com/GustavoPrietoP/evil-nvim/issues). Feature requests are always welcome btw :wink:# Used Packages
- Main Screen
- [Dashboard](https://github.com/glepnir/dashboard-nvim)- File tree
- [Nvim-tree](https://github.com/kyazdani42/nvim-tree.lua)- Fuzzy Finder
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)- LSP
- Native LSP `:h lsp`
- [LspConfig](https://github.com/neovim/nvim-lspconfig)
- [LspInstall](https://github.com/kabouzeid/nvim-lspinstall)
- [nvim-compe](https://github.com/hrsh7th/nvim-compe)
- Others
- [Tree-sitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [Barbar](https://github.com/romgrk/barbar.nvim)
- [galaxyline](https://github.com/glepnir/galaxyline.nvim)
- [Auto-pairs](https://github.com/windwp/nvim-autopairs)
- [Bracket-pair colorizer](https://github.com/GustavoPrietoP/nvim-ts-rainbow)
- [Colorizer](https://github.com/norcalli/nvim-colorizer.lua)