diff options
| author | 2024-07-26 22:39:32 +0200 | |
|---|---|---|
| committer | 2024-07-26 22:39:32 +0200 | |
| commit | c3c2a2f26ba27574e7b4fabd8be150c057346131 (patch) | |
| tree | 76345040016b07deeb2cc4be49d64f80a6d5c90c /dot_config/nvim/fnl/plugins/neo-tree.fnl | |
| parent | nvim/mdquote: fix negative start line bug (diff) | |
nvim: rename tbl to mixed-table, import it as "·"
I swear I'm not succumbing to the APL, I just couldn't find a better
symbol.
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/neo-tree.fnl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dot_config/nvim/fnl/plugins/neo-tree.fnl b/dot_config/nvim/fnl/plugins/neo-tree.fnl index 396f420..43a683a 100644 --- a/dot_config/nvim/fnl/plugins/neo-tree.fnl +++ b/dot_config/nvim/fnl/plugins/neo-tree.fnl @@ -1,8 +1,8 @@ -(import-macros {: tbl : recc} :toast.macros) -[(tbl :nvim-neo-tree/neo-tree.nvim & - :cmd :Neotree - :dependencies [:nvim-lua/plenary.nvim - :MunifTanjim/nui.nvim] - :keys [(tbl :<leader>n #(recc :neo-tree.command :execute {:toggle true}) & - :desc :Neotree)] - :opts {})] +(import-macros {:mixed-table · : recc} :toast.macros) +[(· :nvim-neo-tree/neo-tree.nvim & + :cmd :Neotree + :dependencies [:nvim-lua/plenary.nvim + :MunifTanjim/nui.nvim] + :keys [(· :<leader>n #(recc :neo-tree.command :execute {:toggle true}) & + :desc :Neotree)] + :opts {})] |
