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