astro-nvim-v3 - change color line
This commit is contained in:
@@ -6,18 +6,18 @@ return {
|
||||
end,
|
||||
settings = {
|
||||
basedpyright = {
|
||||
|
||||
disableOrganizeImports = true,
|
||||
-- disableLanguageServices = true,
|
||||
-- disableTaggedHints = true,
|
||||
autoImportCompletions = false,
|
||||
disableTaggedHints = true,
|
||||
useLibraryCodeForTypes = false,
|
||||
analysis = {
|
||||
-- diagnosticMode = "workspace",
|
||||
diagnosticMode = "openFilesOnly",
|
||||
typeCheckingMode = "basic",
|
||||
autoImportCompletions = false,
|
||||
autoSearchPath = false,
|
||||
logLevel = "error",
|
||||
indexing = true,
|
||||
indexing = false,
|
||||
inlayHints = {
|
||||
variableTypes = true,
|
||||
functionReturnTypes = true,
|
||||
|
||||
@@ -140,12 +140,12 @@ M.statusline = {
|
||||
hl = { fg = "text_fg" },
|
||||
padding = { right = 1 },
|
||||
},
|
||||
status.component.lsp {
|
||||
lsp_client_names = {
|
||||
icon = { kind = "ActiveLSP", padding = { right = 1 } },
|
||||
},
|
||||
surround = { separator = "left" },
|
||||
},
|
||||
-- status.component.lsp {
|
||||
-- lsp_client_names = {
|
||||
-- icon = { kind = "ActiveLSP", padding = { right = 1 } },
|
||||
-- },
|
||||
-- surround = { separator = "left" },
|
||||
-- },
|
||||
{
|
||||
status.component.builder {
|
||||
{ provider = get_icon "ScrollText" },
|
||||
|
||||
@@ -11,11 +11,11 @@ return {
|
||||
DiagnosticVirtualTextInfo = { fg = get_hlgroup("DiagnosticInfo").fg, bg = "none" },
|
||||
DiagnosticVirtualTextWarn = { fg = get_hlgroup("DiagnosticWarn").fg, bg = "none" },
|
||||
CursorLineNr = { fg = "#FFD700", bg = "none", bold = true },
|
||||
CursorLine = { fg = "none", bg = "#004C4C", bold = true },
|
||||
Visual = { fg = "#000000", bg = "#FFFFFF", bold = true },
|
||||
|
||||
-- remove background of inlay hints
|
||||
LspInlayHint = { fg = get_hlgroup("LspInlayHint").fg, bg = "none" },
|
||||
|
||||
}
|
||||
|
||||
return hl
|
||||
@@ -24,4 +24,3 @@ return {
|
||||
-- Normal = { bg = "#000000" },
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user