diff --git a/private_dot_config/nvim/after/ftplugin/python.vim b/private_dot_config/nvim/after/ftplugin/python.vim index 534a0c0..903616f 100644 --- a/private_dot_config/nvim/after/ftplugin/python.vim +++ b/private_dot_config/nvim/after/ftplugin/python.vim @@ -1,5 +1,9 @@ -set nu -set noexpandtab -set nosmarttab -set tabstop=4 set indentexpr= +set noautoindent +set nocindent +set noexpandtab +set nosmartindent +set nosmarttab +set nu +set tabstop=4 +filetype indent off