From 5de2acd1f012efa9fbc4b8c1202189629fbebd7d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 22 Apr 2021 16:05:25 +0200 Subject: [PATCH] neovim: Add indentation settings for bib files --- users/simon/modules/neovim.nix | 1 + 1 file changed, 1 insertion(+) 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