Skip to content

Useful configs that I've developed over the years.

Notifications You must be signed in to change notification settings

gwmullin/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configs

Useful configs that I've developed over the years.

Vim + Vundle

I've discovered plugins that I especially like, and some I especially don't. I crave useful keymappings, and spent some time developing a workflow that does well for me. To Install:

  1. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  2. Copy the vimrc to ~/.vimrc.
  3. vim +PluginInstall +qall
  4. Do some plugin-specific setup
  5. YouCompleteMe - sudo apt-get install libclang-dev cmake build-essential python-dev python3-dev - cd ~/.vim/bundle/YouCompleteMe - ./install.py --clang-completer
  6. jedi-vim - cd ~/.vim/bundle/jedi-vim - submodule update --init
  7. Tagbar - apt-get install exuberant-ctags
  8. vim-go - apt-get install golang golang-go.tools glaze git - Ensure you have your GOPATH set up correctly - Launch vim and run :GoInstallBinaries
  9. syntastic - apt-get install pylint

About

Useful configs that I've developed over the years.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published