summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/neo-tree.fnl
blob: eb6a7bdf2e1445cef7cc22e940951a6317f898d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
(import-macros {:mixed-table · : recc} :toast.macros)
[(· :nvim-neo-tree/neo-tree.nvim &
    :branch :v3.x
    :cmd :Neotree
    :dependencies [:nvim-lua/plenary.nvim
                   :MunifTanjim/nui.nvim]
    :keys [(· :<leader>n #(recc :neo-tree.command :execute {:toggle true}) &
              :desc :Neotree)]
    :opts {})]