nixpkgs/home/programs/neovim/configuration/after/ftplugin/c.vim
Daniel Siepmann 046db61df0
Configure neovim to not expand tabs in c code
As my current existing open source code bases use tabs instead of
spaces.
2022-09-01 17:21:57 +02:00

3 lines
51 B
VimL

setlocal commentstring=//\ %s
setlocal noexpandtab