fix tabs in nvim
This commit is contained in:
@@ -3,7 +3,15 @@ local options = {
|
|||||||
base46 = {
|
base46 = {
|
||||||
theme = "tokyodark", -- default theme
|
theme = "tokyodark", -- default theme
|
||||||
hl_add = {},
|
hl_add = {},
|
||||||
hl_override = {},
|
hl_override = {
|
||||||
|
TbBufOn = {
|
||||||
|
bold = true,
|
||||||
|
fg = "green",
|
||||||
|
},
|
||||||
|
St_FileName = {
|
||||||
|
bold = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
integrations = {},
|
integrations = {},
|
||||||
changed_themes = {},
|
changed_themes = {},
|
||||||
transparency = true,
|
transparency = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user