Refresh generated neovim config
This commit is contained in:
@ -37,6 +37,7 @@ function M.get(user_config)
|
||||
tab_separator_selected = { fg = separator_fg, bg = active_bg },
|
||||
|
||||
tab_close = { fg = C.red, bg = inactive_bg },
|
||||
indicator_visible = { fg = C.peach, bg = inactive_bg, style = styles },
|
||||
indicator_selected = { fg = C.peach, bg = active_bg, style = styles },
|
||||
-- separators
|
||||
separator = { fg = separator_fg, bg = inactive_bg },
|
||||
@ -87,6 +88,7 @@ function M.get(user_config)
|
||||
diagnostic_selected = { fg = C.subtext0, bg = active_bg, style = styles },
|
||||
-- Modified
|
||||
modified = { fg = C.peach, bg = inactive_bg },
|
||||
modified_visible = { fg = C.peach, bg = inactive_bg },
|
||||
modified_selected = { fg = C.peach, bg = active_bg },
|
||||
}
|
||||
|
||||
|
||||
@ -417,7 +417,7 @@ function M.get()
|
||||
-- show an indicator that we have running lsps
|
||||
if view.lsp.name == false and next(active_clients) ~= nil then return assets.lsp.server .. " " .. "Lsp" end
|
||||
|
||||
-- show the actual name of the runing lsps
|
||||
-- show the actual name of the running lsps
|
||||
local index = 0
|
||||
local lsp_names = ""
|
||||
for _, lsp_config in ipairs(active_clients) do
|
||||
|
||||
@ -238,6 +238,9 @@ function M.get()
|
||||
NeogitTagDistance = {
|
||||
fg = C.blue,
|
||||
},
|
||||
NeogitWinSeparator = {
|
||||
link = "WinSeparator",
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user