rsut tab spaces 2 to 4

This commit is contained in:
Arthur Wambst 2025-04-30 19:06:09 +02:00
parent fca929d0b6
commit 54f4c95c54

View File

@ -85,7 +85,7 @@
colorscheme dracula colorscheme dracula
autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab
autocmd BufEnter *.nix :setlocal tabstop=2 shiftwidth=2 expandtab autocmd BufEnter *.nix :setlocal tabstop=2 shiftwidth=2 expandtab
autocmd BufEnter *.py :setlocal tabstop=4 shiftwidth=4 expandtab autocmd BufEnter *.py *.rs :setlocal tabstop=4 shiftwidth=4 expandtab
lua <<EOF lua <<EOF
-- Set up nvim-cmp. -- Set up nvim-cmp.