Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 716 Bytes

My vimrc

Assumes use of neovim

Installation

mkdir -p ~/.config/nvim
curl https://raw.githubusercontent.com/will-ockmore/vimrc/master/init.vim -o ~/.config/nvim/init.vim
curl https://raw.githubusercontent.com/will-ockmore/vimrc/master/coc-settings.json -o ~/.config/nvim/coc-settings.json

On startup, plugins will be installed and treesitter modules will be compiled.

Plugins

Uses vim-plug. See the Plugins section for included plugins.

Screenshots

Including tmux configuration:

Screenshot from 2022-02-15 15-07-52