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

10 lines
154 B
VimL

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