chore(nvim): change default tabstop options

This commit is contained in:
Stefan Imhoff
2022-08-25 18:59:10 +02:00
parent a6d7621003
commit 3c0093f5ba

View File

@@ -38,12 +38,12 @@ local options = {
sidescrolloff = 8,
signcolumn = "yes:2",
smartcase = true,
softtabstop = 4,
softtabstop = 2,
spelllang = "en_us",
splitbelow = true,
splitright = true,
swapfile = false,
tabstop = 4,
tabstop = 2,
termguicolors = true,
timeoutlen = 300,
title = true,