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

10 lines
137 B
VimL
Raw Normal View History

set indentexpr=
set noautoindent
set nocindent
2023-12-05 17:03:11 -08:00
set noexpandtab
set nosmartindent
set nosmarttab
set nu
2023-12-05 17:03:11 -08:00
set tabstop=4
filetype indent off