Browse Source

change vim text formating to python

master
Arti Zirk 5 years ago
parent
commit
694be81349
  1. 4
      .config/nvim/init.vim

4
.config/nvim/init.vim

@ -1,6 +1,10 @@ @@ -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

Loading…
Cancel
Save