Skip to content

Commit

Permalink
feat(codeium): add codeium results status in lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
daUnknownCoder committed Mar 1, 2024
1 parent 60eb4ce commit 4e0e666
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/NeutronVim/plugins/UI/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ return {
return "%="
end,
},
{
function()
local status_string = vim.api.nvim_call_function("codeium#GetStatusString", {})
return status_string
end,
},
{
function()
local msg = "No Active Lsp"
Expand Down

0 comments on commit 4e0e666

Please sign in to comment.