/vim

My personal Vim config

Primary LanguageVim Script

My Vim config

.vimrc

Install

  1. Run inside Vim:
:PlugInstall
:CocInstall coc-go coc-json coc-tsserver @yaegassy/coc-intelephense
  1. Close and open again.

Features

  • Coding with Go.
  • Themes: PaperColor (default), Dracula.
  • Support for tmux.
  • Airline theme: simple.
  • Press gd for go to definition.
  • Press gr for references.
  • Ctrl+Shif+e for open NERDtree.
  • Autocomplete.