summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/lualine.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/lualine.fnl')
-rw-r--r--fnl/plugins/editor/lualine.fnl7
1 files changed, 3 insertions, 4 deletions
diff --git a/fnl/plugins/editor/lualine.fnl b/fnl/plugins/editor/lualine.fnl
index 80adf55..06d7fde 100644
--- a/fnl/plugins/editor/lualine.fnl
+++ b/fnl/plugins/editor/lualine.fnl
@@ -85,7 +85,6 @@
:lualine_z [:location :progress]}
:extensions []})
-{1 :nvim-lualine/lualine.nvim
- :event :BufReadPost
- : opts
- :dependencies [:nvim-tree/nvim-web-devicons :arkav/lualine-lsp-progress]}
+(local dependencies [:nvim-tree/nvim-web-devicons :arkav/lualine-lsp-progress])
+
+{1 :nvim-lualine/lualine.nvim :event :BufReadPost : opts : dependencies}