summaryrefslogtreecommitdiff
path: root/fnl/plugins/lualine.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/lualine.fnl')
-rw-r--r--fnl/plugins/lualine.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/lualine.fnl b/fnl/plugins/lualine.fnl
index 0c11537..b2f7e14 100644
--- a/fnl/plugins/lualine.fnl
+++ b/fnl/plugins/lualine.fnl
@@ -14,7 +14,7 @@
(local ignore [:help :packer :spectre_panel :TelescopePrompt])
-(fn active-clients []
+(λ active-clients []
(let [clients (vim.lsp.get_clients)
buf_num (vim.api.nvim_buf_get_number 0)
client_names []]
@@ -25,7 +25,7 @@
(table.concat client_names ", ")
"")))
-(fn hide-in-width []
+(λ hide-in-width []
(> (vim.fn.winwidth 0) 80))
(local diagnostics {1 :diagnostics