Added copilot status icon to lualine

This commit is contained in:
2025-08-06 21:32:48 -07:00
parent 0c0ab0acec
commit cb21220206

View File

@@ -53,6 +53,7 @@ require("lazy").setup({
},
-- Copilot setup
"github/copilot.vim",
"ofseed/copilot-status.nvim",
-- {
-- "zbirenbaum/copilot-cmp",
-- config = function ()
@@ -107,8 +108,9 @@ require'nvim-treesitter.configs'.setup {
-- LuaLine
require('lualine').setup {
options = {
icons_enabled = false,
icons_enabled = true,
theme = 'nightfly',
-- theme = 'gruvbox',
section_separators = { left = '', right = '' },
component_separators = { left = '', right = '' }
},
@@ -123,7 +125,13 @@ require('lualine').setup {
directory = '', -- Text to show when the buffer is a directory
},
}
}
},
lualine_x = {
"copilot",
"encoding",
"fileformat",
"filetype",
},
},
tabline = {
lualine_a = {