Skip to content

Commit

Permalink
vim: change colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Sep 22, 2018
1 parent 48494c8 commit c338ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set nonu

let branchname = system("git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'")
let branch = strlen(branchname) > 0?' |'.branchname.'| ':' '
colorscheme delek

map <C-K> :pyf /usr/local/llvm39/share/clang/clang-format.py<cr>
imap <C-K> <c-o>:pyf /usr/local/llvm39/share/clang/clang-format.py<cr>
Expand Down

0 comments on commit c338ac0

Please sign in to comment.