mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
change vim text formating to python
This commit is contained in:
parent
f57023e701
commit
694be81349
@ -1,6 +1,10 @@
|
|||||||
" show some context lines up/down of the cursor
|
" show some context lines up/down of the cursor
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
set ignorecase
|
set ignorecase
|
||||||
|
|
||||||
|
" Python formating
|
||||||
|
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
|
||||||
|
|
||||||
set cursorline
|
set cursorline
|
||||||
hi cursorline cterm=none term=none
|
hi cursorline cterm=none term=none
|
||||||
autocmd WinEnter * setlocal cursorline
|
autocmd WinEnter * setlocal cursorline
|
||||||
|
Loading…
Reference in New Issue
Block a user