dotfiles/private_dot_config/nvim/after/ftplugin/python.vim

10 lines
137 B
VimL

set indentexpr=
set noautoindent
set nocindent
set noexpandtab
set nosmartindent
set nosmarttab
set nu
set tabstop=4
filetype indent off