Git Product home page Git Product logo

dotvim's Introduction

pigfoot's vimrc

Author: Chih-Chia Chen [email protected]

Fork me on GITHUB https://github.com/pigfoot/dotvim

HOW TO INSTALL

Check out from github

$ git clone https://github.com/pigfoot/dotvim.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ mkdir -p ~/.config/nvim
$ cat <<EOF > ~/.config/nvim/init.vim
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vim/vimrc
EOF

Setting

vim-go (Optional)

Here is following action if you would like to use fatih/vim-go. Related binaries, like gocode, godef, and goimports, would be installed in first time. Or you can use :GoInstallBinaries to install it manually.

Since gofumports (https://github.com/mvdan/gofumpt) is better than godef/goimports As a result please use the following intructions to install gofumports

$ _TMP_GO=$(mktemp -d); \
  go mod init tmp; \
  go get mvdan.cc/gofumpt/gofumports; \
  cp -av ${GOPATH}/bin/gofumports ~/.cache/vim/gopath/bin; \
  cd - > /dev/null 2>&1; \
  rm -rf ${_TMP_GO}

Install all plugins

You can launch vim and run:

: so $MYVIMRC
: PlugInstall

Reset entire environment

$ rm -rf ~/.cache/vim; \
  rm -rf ~/.cache/nvim; \
  rm -rf ~/.vim/autoload; \
  rm -rf ~/.local/share/nvim/site/autoload; \
  rm -rf ~/.config/coc

PLUGINS


  • colors-solarized: precision colorscheme for the vim text editor

  • ultisnips: The ultimate snippet solution for python enabled Vim

  • vim-go: Go development plugin for Vim

  • gitgutter: A Vim plugin which shows a git diff in the gutter

dotvim's People

Contributors

pigfoot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.