diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-19 21:58:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-19 21:58:30 +0100 |
commit | 3606d7aa53ca22c718fe8bd956805b34c254b142 (patch) | |
tree | 59dcbed693f1980f7148d38c3f33966e81d8825b /fnl/plugins/ui | |
parent | a521408c57014f0c49bcde111b91706851d5278d (diff) |
Fix variable typo in lualine
Diffstat (limited to 'fnl/plugins/ui')
-rw-r--r-- | fnl/plugins/ui/lualine.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/ui/lualine.fnl b/fnl/plugins/ui/lualine.fnl index 7373704..fe790df 100644 --- a/fnl/plugins/ui/lualine.fnl +++ b/fnl/plugins/ui/lualine.fnl @@ -48,11 +48,11 @@ :icon_only true :disabled_buftypes [:nvim-tree] :colored false - :cond hide_in_width}) + :cond hide-in-width}) (local language-server {1 active-clients :disabled_buftypes [:nvim-tree] - :cond hide_in_width}) + :cond hide-in-width}) (local lsp-progress {1 :lsp_progress |