neovim: remove codeium module from lualine
This commit is contained in:
@@ -96,13 +96,6 @@ local location = {
|
|||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
local codeium = {
|
|
||||||
function()
|
|
||||||
local status = vim.api.nvim_call_function("codeium#GetStatusString", {})
|
|
||||||
return "Codeium: " .. status
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
|
|
||||||
lualine.setup({
|
lualine.setup({
|
||||||
options = {
|
options = {
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
@@ -124,7 +117,7 @@ lualine.setup({
|
|||||||
lualine_a = { mode },
|
lualine_a = { mode },
|
||||||
lualine_b = { branch },
|
lualine_b = { branch },
|
||||||
lualine_c = { diagnostics, relative_filename },
|
lualine_c = { diagnostics, relative_filename },
|
||||||
lualine_x = { codeium, searchcount, location, tabstop, fileformat },
|
lualine_x = { searchcount, location, tabstop, fileformat },
|
||||||
lualine_y = { filetype },
|
lualine_y = { filetype },
|
||||||
lualine_z = {},
|
lualine_z = {},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user