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 ruler
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
" Following are good for python
|
|
||||||
|
" PYTHON GOODIES
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set smarttab
|
set smarttab
|
||||||
|
@ -25,20 +26,12 @@ set expandtab
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
" set autoindent
|
" set autoindent
|
||||||
" set smartindent
|
" set smartindent
|
||||||
|
" Highlightinh in python:
|
||||||
" For highlighted numbers:
|
|
||||||
let python_highlight_numbers = 1
|
let python_highlight_numbers = 1
|
||||||
"
|
|
||||||
" For highlighted builtin functions:
|
|
||||||
let python_highlight_builtins = 1
|
let python_highlight_builtins = 1
|
||||||
"
|
|
||||||
" For highlighted standard exceptions:
|
|
||||||
let python_highlight_exceptions = 1
|
let python_highlight_exceptions = 1
|
||||||
"
|
|
||||||
" Highlight erroneous whitespace:
|
|
||||||
let python_highlight_space_errors = 1
|
let python_highlight_space_errors = 1
|
||||||
|
" END PYTHON GOODIES
|
||||||
" End Python settings
|
|
||||||
|
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
Loading…
Reference in New Issue