nixos-systems/configs/users/eliribble/nvim/after/ftplugin/python.vim
Eli Ribble c022445849 Add more complex user setup for eliribble
Includes fish functions and neovim via nix
2025-07-16 15:19:35 -07:00

9 lines
137 B
VimL

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