feat(nvim): disable lualine extensions

This commit is contained in:
Sergio Laín 2025-08-10 15:24:23 +02:00
parent 58d134e3c1
commit e53f48f4d7
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -47,17 +47,6 @@ return {
padding = { left = 0, right = 1 },
},
}
opts.extensions = {
"lazy",
"man",
"mason",
"nvim-dap-ui",
"overseer",
"quickfix",
"toggleterm",
"trouble",
"neo-tree",
"symbols-outline",
}
opts.extensions = false
end,
}