config: Expose tabstop option
This commit is contained in:
parent
aa95c05179
commit
e08a460543
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue