diff --git a/users/simon/modules/neovim.nix b/users/simon/modules/neovim.nix index 6000a58..94c87f9 100644 --- a/users/simon/modules/neovim.nix +++ b/users/simon/modules/neovim.nix @@ -138,6 +138,7 @@ in " Filetype specific properties autocmd Filetype arduino setlocal ts=2 sw=2 sts=2 expandtab + autocmd Filetype bib setlocal ts=1 sw=1 sts=1 expandtab autocmd Filetype c setlocal ts=4 sw=4 sts=4 expandtab autocmd Filetype cpp setlocal ts=4 sw=4 sts=4 expandtab autocmd Filetype css setlocal ts=2 sw=2 sts=2 expandtab