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

@ -31,9 +31,11 @@ opt.ruler = options.ruler
-- disable nvim intro
opt.shortmess:append "sI"
opt.signcolumn = "yes"
opt.splitbelow = true
opt.splitright = true
opt.tabstop = options.tabstop
opt.termguicolors = true
opt.timeoutlen = options.timeoutlen
opt.undofile = options.permanent_undo