astro-nvim-v3 - turn off tabline
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ require("lazy").setup({
|
|||||||
border = "single",
|
border = "single",
|
||||||
size = { width = 0.8, height = 0.8 },
|
size = { width = 0.8, height = 0.8 },
|
||||||
},
|
},
|
||||||
|
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
notify = false,
|
notify = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user