diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-28 22:00:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-28 22:00:09 +0200 |
commit | 3f539d94dfb004f56b0382971500408e49c4245b (patch) | |
tree | 92c936b9a0c22fefa4299826f3e002ec3a80f352 /fnl/plugins/lualine.fnl | |
parent | 55a50821a7ecd5b4c1008515e88d126fd04c813b (diff) |
Include BufNewFile event
Diffstat (limited to 'fnl/plugins/lualine.fnl')
-rw-r--r-- | fnl/plugins/lualine.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lualine.fnl b/fnl/plugins/lualine.fnl index 57fbc45..0ec9217 100644 --- a/fnl/plugins/lualine.fnl +++ b/fnl/plugins/lualine.fnl @@ -86,4 +86,4 @@ (local dependencies [:nvim-tree/nvim-web-devicons :arkav/lualine-lsp-progress]) -{1 :nvim-lualine/lualine.nvim :event :BufReadPost : opts : dependencies} +{1 :nvim-lualine/lualine.nvim :event [:BufReadPost :BufNewFile] : opts : dependencies} |