diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-07 23:49:13 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-07 23:49:13 +0100 |
commit | c31d343d1af0e08595095ca03e1cf1963cd0ae68 (patch) | |
tree | 047c18651e5ae456a79ed032a201c36a5e91cd8b /fnl/plugins | |
parent | bccb63aa195c2f097157797aa9c865d80cc76708 (diff) |
Add oil and mason to lualine
Diffstat (limited to 'fnl/plugins')
-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 80e0433..57fbc45 100644 --- a/fnl/plugins/lualine.fnl +++ b/fnl/plugins/lualine.fnl @@ -82,7 +82,7 @@ :lualine_x {} :lualine_y {} :lualine_z [:location :progress]} - :extensions []}) + :extensions [:oil :mason]}) (local dependencies [:nvim-tree/nvim-web-devicons :arkav/lualine-lsp-progress]) |