You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/neo-tree/defaults.lua
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,6 @@ local config = {
12
12
add_blank_line_at_top=false, -- Add a blank line at the top of the tree.
13
13
auto_clean_after_session_restore=false, -- Automatically clean up broken neo-tree buffers saved in sessions
14
14
close_if_last_window=false, -- Close Neo-tree if it is the last window left in the tab
15
-
-- popup_border_style is for input and confirmation dialogs.
16
-
-- Configurtaion of floating window is done in the individual source sections.
17
-
-- "NC" is a special style that works well with NormalNC set
18
15
default_source="filesystem", -- you can choose a specific source `last` here which indicates the last used source
19
16
enable_diagnostics=true,
20
17
enable_git_status=true,
@@ -37,6 +34,9 @@ local config = {
37
34
log_to_file=false, -- true, false, "/path/to/file.log", use :NeoTreeLogs to show the file
38
35
open_files_in_last_window=true, -- false = open files in top left window
39
36
open_files_do_not_replace_types= { "terminal", "Trouble", "qf", "edgy" }, -- when opening files, do not use windows containing these filetypes or buftypes
37
+
-- popup_border_style is for input and confirmation dialogs.
38
+
-- Configurtaion of floating window is done in the individual source sections.
39
+
-- "NC" is a special style that works well with NormalNC set
40
40
popup_border_style="NC", -- "double", "none", "rounded", "shadow", "single" or "solid"
41
41
resize_timer_interval=500, -- in ms, needed for containers to redraw right aligned and faded content
0 commit comments