summaryrefslogtreecommitdiff
path: root/config/plugins/neo-tree.nix
blob: f99df9ec48bb6888c9bb1f4185dcff0397c78ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  plugins.neo-tree = {
    enable = true;

    extraOptions = {
      filetype_exclude = ["help" "neo-tree" "Trouble" "lazy" "mason" "notify" "toggleterm"];
      show_current_context = false;
      show_trailing_blankline_indent = false;
    };
  };
}