astro-nvim-v3 - turn off tabline

This commit is contained in:
huyjaky
2024-11-01 13:16:23 +07:00
parent 1a2713abf7
commit c871e50e7c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ return {
shiftwidth = 2, -- number of space inserted for indentation; when zero the 'tabstop' value will be used shiftwidth = 2, -- number of space inserted for indentation; when zero the 'tabstop' value will be used
tabstop = 2, -- set the number of space in a tab to 4 tabstop = 2, -- set the number of space in a tab to 4
softtabstop = 2, -- can be differnt from tabstop softtabstop = 2, -- can be differnt from tabstop
showtabline = 2, -- always show tabline showtabline = 0, -- always show tabline
expandtab = true, -- use spaces instead of tab expandtab = true, -- use spaces instead of tab
undofile = true, -- enable persistent undo undofile = true, -- enable persistent undo
}, },