mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 03:09:26 +00:00
[neovim] Add copilot
This commit is contained in:
@ -35,7 +35,7 @@ bufferline.setup({
|
||||
text = " " .. string.gsub(vim.loop.cwd(), "^" .. os.getenv("HOME"), "~") .. " "
|
||||
end
|
||||
|
||||
return { { text = text, fg = "#636E7B" } }
|
||||
return { { text = text, fg = "#adbac7" } }
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user