The Wayback Machine - https://web.archive.org/web/20201026225827/https://github.com/mnabila/nvimrc
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lua
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NeoVim File Configuration

Preview

Neovim Preview

Instalation

Installing Dependency

archlinux with yay package manager

$ yay -S git neovim-git nodejs npm yarn python-pynvim neovim-remote the_silver_searcher bat prettier

optional dependency

python

$ yay -S python-black python-pylint python-jedi python-pipenv python-pydocstyle

latex

$ yay -S texlive-most texlab

bash

$ yay -S shfmt

cpp

$ yay -S clang

lua

$ yay -S lua-format

Installing Configuration

$ git clone https://github.com/mnabila/nvimrc ~/.config/nvim
curl -flo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ nvim +PlugInstall

Plugins

Function Plugins
Plugin Manager vim-plug
File Manager nerd tree
Status line lightline.vim vim-airline
Colorscheme gruvbox
Icon vim-devicons
Git vim fugitive vim gitgutter
Auto Complete coc.nvim
Others nvimrc
You can’t perform that action at this time.