1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-11 14:05:03 +03:00

change vim text formating to python

This commit is contained in:
2020-04-21 15:03:26 +03:00
parent f57023e701
commit 694be81349
+4
View File
@@ -1,6 +1,10 @@
" show some context lines up/down of the cursor
set scrolloff=3
set ignorecase
" Python formating
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab
set cursorline
hi cursorline cterm=none term=none
autocmd WinEnter * setlocal cursorline