cleary / vimrc

neovim config and plugins from home dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim config

neovim config and plugins

TODO: rename files/project to be better suited for neovim (migrating from vim)

sudo apt-get install flake8 curl ripgrep fzy
git clone https://github.com/cleary/vimrc.git
cp vimrc/dot.vimrc ~/.config/nvim/init.vim

# get Plug manager
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# install Plugins with Plug
vim +Silent +VimEnter +PlugInstall +qall

# build vim-tidal
cd ~/.config/nvim/plugged/vim-tidal/
sudo make install

vim-plug for plugin management:

neovim-fuzzy plugin for file management:

vim-fugitive plugin for git integration:

rhubarb.vim plugin for fugitive/github integration:

vim-gitgutter.vim plugin to show live git diff hunks

SimpylFold plugin for Python folding support

vim-flake8 plugin for Python PEP8 syntax/style checking

vim-match-up plugin for section highlighting, and motions

vim-tidal plugin for TidalCycles live coding environment

auto-pairs plugin for auto-completing brackets/braces/quote pairs

undotree plugin for visualising undo history

onedark theme by joshdick

About

neovim config and plugins from home dir


Languages

Language:Vim Script 100.0%