Config anti cringe python
This commit is contained in:
parent
a95507d973
commit
23e770569d
20
init.vim
20
init.vim
|
@ -1,12 +1,16 @@
|
||||||
:set number
|
set number
|
||||||
:set relativenumber
|
set relativenumber
|
||||||
:set autoindent
|
set autoindent
|
||||||
:set tabstop=4
|
set tabstop=4
|
||||||
:set shiftwidth=4
|
set list
|
||||||
:set smarttab
|
set listchars=tab:>.
|
||||||
:set softtabstop=4
|
set shiftwidth=4
|
||||||
:set mouse=a
|
set smarttab
|
||||||
|
set softtabstop=4
|
||||||
|
set mouse=a
|
||||||
|
|
||||||
|
" tab is space in python, patch
|
||||||
|
autocmd FileType python setlocal noexpandtab
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue