🔧 Subtle changes for optimizing
This commit is contained in:
parent
5e7afd99ec
commit
ff84555c7a
2 changed files with 7 additions and 2 deletions
|
|
@ -6,7 +6,12 @@ require("lualine").setup({
|
||||||
options = { theme = "nord" },
|
options = { theme = "nord" },
|
||||||
sections = {
|
sections = {
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
{ show_codeium_status },
|
{
|
||||||
|
show_codeium_status,
|
||||||
|
cond = function()
|
||||||
|
return vim.bo.filetype ~= "TelescopePrompt"
|
||||||
|
end,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
require("paq")({
|
require("paq")({
|
||||||
{ "savq/paq-nvim" }, -- Let Paq manage itself
|
{ "savq/paq-nvim" }, -- Let Paq manage itself
|
||||||
|
|
||||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufRead" },
|
||||||
{ "nvim-treesitter/playground" },
|
{ "nvim-treesitter/playground" },
|
||||||
{
|
{
|
||||||
"shaunsingh/nord.nvim",
|
"shaunsingh/nord.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue