🔧 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" },
|
||||
sections = {
|
||||
lualine_x = {
|
||||
{ show_codeium_status },
|
||||
{
|
||||
show_codeium_status,
|
||||
cond = function()
|
||||
return vim.bo.filetype ~= "TelescopePrompt"
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
require("paq")({
|
||||
{ "savq/paq-nvim" }, -- Let Paq manage itself
|
||||
|
||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufRead" },
|
||||
{ "nvim-treesitter/playground" },
|
||||
{
|
||||
"shaunsingh/nord.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue