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