Config anti cringe python

This commit is contained in:
Xamora 2023-12-11 16:06:07 +01:00
parent a95507d973
commit 23e770569d

View file

@ -1,12 +1,16 @@
:set number
:set relativenumber
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
set number
set relativenumber
set autoindent
set tabstop=4
set list
set listchars=tab:>.
set shiftwidth=4
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')