Organize dotfiles for GNU Stow
This commit is contained in:
17
vim/.vimrc
Normal file
17
vim/.vimrc
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax enable
|
||||
colorscheme monokai
|
||||
set number
|
||||
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
|
||||
set colorcolumn=80
|
||||
|
||||
if &term =~ '256color'
|
||||
" disable Background Color Erase (BCE) so that color schemes
|
||||
" render properly when inside 256-color tmux and GNU screen.
|
||||
" see also http://snk.tuxfamily.org/log/vim-256color-bce.html
|
||||
set t_ut=
|
||||
endif
|
||||
|
Reference in New Issue
Block a user