diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-03-10 08:21:36 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-03-10 08:21:36 +0100 |
| commit | f4d45b1821ffd69361d0266247535e95c8552f1b (patch) | |
| tree | b4da3faa9ad14e58b193ab2c1385e8e441da0221 /nvim/lua/plugins/lualine.lua | |
| parent | 2fc4260287471e5fb985411ea3f60d6eb0a854dc (diff) | |
| download | dotfiles-f4d45b1821ffd69361d0266247535e95c8552f1b.tar.gz dotfiles-f4d45b1821ffd69361d0266247535e95c8552f1b.zip | |
changed nvim dashboard
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/lualine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lualine.lua b/nvim/lua/plugins/lualine.lua index f45a5a5..495822e 100644 --- a/nvim/lua/plugins/lualine.lua +++ b/nvim/lua/plugins/lualine.lua @@ -2,7 +2,7 @@ local opts = { options = { theme = "auto", globalstatus = true, - disabled_filetypes = { "toggleterm", "lazy", "oil", "dashboard", "TelescopePrompt", "oil_preview" } + disabled_filetypes = { "toggleterm", "lazy", "oil", "dashboard", "TelescopePrompt", "oil_preview", "ministarter" } }, sections = { lualine_a = { "mode" }, |
