aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/neo_tree.fnl
blob: 9925d6089a985a2b79e4483494a5dfabd64b0c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(_G.util.setup! :neo-tree {
  :open_files_do_not_replace_types ["Outline" "terminal" "toggleterm" "edgy"]
  :close_if_last_window true
  :default_component_configs {
    :git_status {
      :symbols {
        :added :+
        :modified :m
        :deleted :x
        :renamed :->

        :untracked " "
        :ignored " "
        :unstaged :*
        :staged " "
        :conflict ":("}}}
  :window {
    :position :left
    :width 30}
  :filesystem {
    :use_libuv_file_watcher true}})