diff --git a/nvim.init.lazy.lua b/nvim.init.lazy.lua index 60f5b0e..c5ac45f 100644 --- a/nvim.init.lazy.lua +++ b/nvim.init.lazy.lua @@ -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 = {