Skip to content

Commit 51d86e2

Browse files
authored
chore: move popup_border_style description to above the key (#1283)
1 parent c4bc5ea commit 51d86e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lua/neo-tree/defaults.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ local config = {
1212
add_blank_line_at_top = false, -- Add a blank line at the top of the tree.
1313
auto_clean_after_session_restore = false, -- Automatically clean up broken neo-tree buffers saved in sessions
1414
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
1815
default_source = "filesystem", -- you can choose a specific source `last` here which indicates the last used source
1916
enable_diagnostics = true,
2017
enable_git_status = true,
@@ -37,6 +34,9 @@ local config = {
3734
log_to_file = false, -- true, false, "/path/to/file.log", use :NeoTreeLogs to show the file
3835
open_files_in_last_window = true, -- false = open files in top left window
3936
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
4040
popup_border_style = "NC", -- "double", "none", "rounded", "shadow", "single" or "solid"
4141
resize_timer_interval = 500, -- in ms, needed for containers to redraw right aligned and faded content
4242
-- set to -1 to disable the resize timer entirely

0 commit comments

Comments
 (0)