rsut tab spaces 2 to 4

This commit is contained in:
Arthur Wambst 2025-04-30 19:15:29 +02:00
parent 54f4c95c54
commit 3b21a5b876

View File

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