diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-09 19:31:08 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-09 19:31:08 +0200 |
commit | 55016f4c0996821eb14053c84b1af58d20554e85 (patch) | |
tree | 4d8090aeb05cbf3c74e03b20095ae454d31e417f /fnl/plugins/editor/neo-tree.fnl | |
parent | b9e9bb394660968d97afb9c579899d7676a0a25f (diff) |
Remove symbols for expanding in neo-tree
Diffstat (limited to 'fnl/plugins/editor/neo-tree.fnl')
-rw-r--r-- | fnl/plugins/editor/neo-tree.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/neo-tree.fnl b/fnl/plugins/editor/neo-tree.fnl index 5630c7e..b515609 100644 --- a/fnl/plugins/editor/neo-tree.fnl +++ b/fnl/plugins/editor/neo-tree.fnl @@ -28,8 +28,8 @@ :. :toggle_hidden :e :focus_preview}} :default_component_configs {:indent {:with_expanders true - :expander_collapsed "" - :expander_expanded "" + :expander_collapsed "" + :expander_expanded "" :expander_highlight :NeoTreeExpander}}}) {1 :nvim-neo-tree/neo-tree.nvim |