summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/neo-tree.fnl
blob: 43a683a28df6f430a51d58013b185c1540afc303 (plain) (blame)
1
2
3
4
5
6
7
8
(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 {})]