feat(nvim): change to four tabs instead of 2

This commit is contained in:
2025-04-12 00:55:30 +02:00
parent 295edcafa5
commit 6583647f87

View File

@@ -28,3 +28,6 @@ autocmd({'BufEnter', 'BufWinEnter'}, {
vim.g.vscode_snippets_path = "~/.config/nvim/snippets" vim.g.vscode_snippets_path = "~/.config/nvim/snippets"
vim.opt.relativenumber = true vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true