aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/neo_tree.fnl
blob: 76bf70813b8403ec221988e4d1df379d2ff92fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
((. (require :neo-tree) :setup) {
  :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}})