Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jridgewell/dotvim

My precious .vim files
https://github.com/jridgewell/dotvim

Last synced: about 2 months ago
JSON representation

My precious .vim files

Awesome Lists containing this project

README

        

.vim
====

My precious .vim files

## Install
First, install [homesick](https://github.com/technicalpickles/homesick). Then

$ homesick clone jridgewell/dotvim
$ homesick symlink jridgewell/dotvim
$ vim +PlugInstall +qall

To handle code completion, install the relevant [coc.nvim](https://github.com/neoclide/coc.nvim) extension:

$ vim "+CocInstall coc-json coc-tsserver coc-rust-analyzer" +qall