mirror of https://github.com/akelge/vim
clean
This commit is contained in:
parent
f42869f496
commit
1d5b73d438
15
vim/vimrc
15
vim/vimrc
|
@ -17,7 +17,8 @@ set nostartofline
|
|||
set ruler
|
||||
set cmdheight=1
|
||||
set laststatus=2
|
||||
" Following are good for python
|
||||
|
||||
" PYTHON GOODIES
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set smarttab
|
||||
|
@ -25,20 +26,12 @@ set expandtab
|
|||
set softtabstop=4
|
||||
" set autoindent
|
||||
" set smartindent
|
||||
|
||||
" For highlighted numbers:
|
||||
" Highlightinh in python:
|
||||
let python_highlight_numbers = 1
|
||||
"
|
||||
" For highlighted builtin functions:
|
||||
let python_highlight_builtins = 1
|
||||
"
|
||||
" For highlighted standard exceptions:
|
||||
let python_highlight_exceptions = 1
|
||||
"
|
||||
" Highlight erroneous whitespace:
|
||||
let python_highlight_space_errors = 1
|
||||
|
||||
" End Python settings
|
||||
" END PYTHON GOODIES
|
||||
|
||||
set nofoldenable
|
||||
set background=dark
|
||||
|
|
Loading…
Reference in New Issue