Apply Patch

This commit is contained in:
Luka Jankovic 2025-07-09 14:54:21 +02:00
parent 24dee0bed0
commit 2c6705f028
22 changed files with 18 additions and 17 deletions

View file

@ -0,0 +1,11 @@
return {
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
require("lualine").setup({
options = {
disabled_filetypes = { "NvimTree" },
},
})
end,
}