config: Expose tabstop option

This commit is contained in:
Akianonymus
2021-08-22 08:51:52 +05:30
committed by siduck76
parent aa95c05179
commit e08a460543
3 changed files with 4 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ M.options = {
permanent_undo = true,
shiftwidth = 2,
smartindent = true,
tabstop = 8, -- Number of spaces that a <Tab> in the file counts for
timeoutlen = 400,
relativenumber = false,
ruler = false,