nixos-systems/home/eliribble/config/nvim/after/ftplugin/html.vim

9 lines
137 B
VimL

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