summaryrefslogtreecommitdiff
path: root/fnl/config/lualine.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-10-11 09:04:28 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-10-11 09:04:28 +0200
commit8137459a0a2b3c049ab4586acd1d1cd35e6b4c0e (patch)
treef2da6e47f3cdcc41deb127f570bdf5b1360267e7 /fnl/config/lualine.fnl
parentd01b8e0db9bb355c3dbbd22dc47beadbea660690 (diff)
parent69483c9b53e8d14e7c4398380ac64b2ea8c27887 (diff)
Merge branch 'master' of github.com:aktersnurra/nvim
Diffstat (limited to 'fnl/config/lualine.fnl')
-rw-r--r--fnl/config/lualine.fnl5
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl
index 7701915..d098966 100644
--- a/fnl/config/lualine.fnl
+++ b/fnl/config/lualine.fnl
@@ -8,7 +8,7 @@
:NeogitStatus
:NeogitCommitMessage])
-(def- ignore [:help :NvimTree :packer :spectre_panel :TelescopePrompt])
+(def- ignore [:help :packer :spectre_panel :TelescopePrompt])
(defn- active-clients [] (let [clients (vim.lsp.buf_get_clients)
client_names []]
@@ -58,8 +58,7 @@
:disabled_filetypes disable
:ignore_focus ignore
:always_divide_middle true
- :globalstatus true
- :refresh {:statusline 50}}
+ :globalstatus true}
:sections {:lualine_a [:mode]
:lualine_b [branch diff]
:lualine_c {}