Skip to content

attomos/attomosvim

Repository files navigation

attomos's Vim configurations

These configurations have been used with Vim 7.4 on my MacBook OSX 10.8.4 and Ubuntu Precise on my Vagrant environment.

Inspired by spf13-vim, dtinth's .vimrc and fisa-vim-config

Installation

Automatic way (*nix only)

This will remove all of your existing .vimrc and .vim directory.
Please backup your vim config before doing this.

via Curl

curl -L http://j.mp/attomosvim | sh

via wget

wget --no-check-certificate http://j.mp/attomosvim -O - | sh

Manual way

  1. Clone the repo

    git clone git@github.com:attomos/attomosvim.git ~/.attomosvim
    
  2. Put this on your .vimrc

    source ~/.attomosvim/vimrc
    colorscheme fisa " you can change it later
    set bg=dark         " you can change it later
    source ~/.attomosvim/goodspell.vim
    "let g:languagetool_jar=""
    

    NOTE keep the line source ~/.attomosvim/goodspell.vim below your colorscheme and background settings.
    This won't mess up when Vim highlighting bad misspelled words.

  3. For GUI lover, add this line in your .gvimrc after the previous steps too

    source ~/.attomosvim/gvimrc
    

Then just start using vim.

Thanks fisa-vim-config for awesome automatic Vundle set up at the first time Vim run without Vundle installed.

Install latest version of these

  • ag

      brew install ag
    
  • ctags

      brew install ctags
    
  • Dash

      brew cask install dash # or download and install it manually
    
  • flake8

      pip install flake8
    
  • fzf

      brew reinstall --HEAD fzf
      /usr/local/Cellar/fzf/HEAD/install
    
  • LanguageTool

      Download stand-alone version and extract it in ~/src
    

TODO

About

attomos's Vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published