trying to change tabs size depending on file

This commit is contained in:
Arthur Wambst 2025-04-01 15:28:00 +02:00
parent 1e46116cf8
commit 3396b3ebf4

View File

@ -35,8 +35,8 @@
set runtimepath+=${inputs.plugin-dracula}
set runtimepath+=${inputs.plugin-lsp}
colorscheme dracula
set expandtab
set shiftwidth=4
autocmd BufEnter * :setlocal tabstop=4 shiftwidth=4 expandtab
autocmd BufEnter *.nix :setlocal tabstop=2 shiftwidth=2 expandtab
'';
};
};