Change some stuff in vim that sucks
This commit is contained in:
parent
80334b94c3
commit
f0eaf5440d
1 changed files with 9 additions and 3 deletions
12
vim/vimrc
12
vim/vimrc
|
@ -2,6 +2,10 @@ syntax on
|
|||
filetype plugin indent on
|
||||
set t_Co=256
|
||||
colorscheme vitamins
|
||||
set tw=0
|
||||
set sw=4
|
||||
set ts=4
|
||||
set expandtab
|
||||
set ls=0
|
||||
set number
|
||||
set noerrorbells
|
||||
|
@ -13,9 +17,11 @@ set shiftround
|
|||
set modeline
|
||||
set nobackup
|
||||
set nohlsearch
|
||||
"set foldenable
|
||||
"set listchars=tab:»·
|
||||
"set list " enable tab chars
|
||||
set colorcolumn=80
|
||||
highlight ColorColumn ctermbg=darkred guibg=darkred
|
||||
set foldenable
|
||||
set listchars=tab:»·
|
||||
set list
|
||||
|
||||
autocmd bufnewfile *.py so ~/etc/vim/header_python
|
||||
autocmd bufnewfile *.html so ~/etc/vim/header_html
|
||||
|
|
Loading…
Reference in a new issue