mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
feat(nvim): change to four tabs instead of 2
This commit is contained in:
@@ -28,3 +28,6 @@ autocmd({'BufEnter', 'BufWinEnter'}, {
|
||||
|
||||
vim.g.vscode_snippets_path = "~/.config/nvim/snippets"
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
|
||||
Reference in New Issue
Block a user