Skip to content

Commit

Permalink
Colors. I guess.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Sep 26, 2015
1 parent d047153 commit af1b58d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -103,3 +103,6 @@
[submodule "bundle/elixir"]
path = bundle/elixir
url = https://github.com/elixir-lang/vim-elixir
[submodule "bundle/parsec"]
path = bundle/parsec
url = https://github.com/keith/parsec.vim
1 change: 1 addition & 0 deletions bundle/parsec
Submodule parsec added at 28428e
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -26,9 +26,9 @@ set novisualbell
set listchars=trail:·,tab:▸\ ,eol
set list

colorscheme parsec
syntax on
filetype plugin indent on
colorscheme desert

imap jk <ESC>
imap kj <ESC>
Expand Down

0 comments on commit af1b58d

Please sign in to comment.