2.0 Released! #198
cseickel
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just released 2.0 and made it the new default branch. See below for changes:
Breaking Changes
LspDiagnosticsWarning" to the new style "DiagnosticWarn"copy_to_clipboard_copy
mapping fromc
toy
Deprecations
NeoTree*
commands have been deprecated, switch to the newNeotree
commandfilesystem.filters
option has been deprecated, please usefilesystem.filtered_items
instead.show_hidden
option has been deprecated, please usehide_dotfiles
instead.respect_gitignore
option has been deprecated, please usehide_gitignored
instead."split"
has been renamed to"current"
filesystem.hijack_netrw_behavior="open_split"
option has been renamed to"open_current"
.window.position="split"
options has been changed towindow.position="current"
:NeoTreeShowInSplit
becomes:Neotree show current
neo-tree
module for opening the tree have been deprecated, use the:Neotree
command orneo-tree.command.execute()
instead.neo-tree.utils.table_copy
has been deprecated, usevim.deepcopy
insteadneo-tree.utils.table_merge
has been deprecated, usevim.tbl_deep_extend("force", base_table, override_table)
insteadNew Features
.ts
with it's compiled.js
:Neotree
command which supersedes all of the prior commands with a single flexible cli style interfacewindow
options, including mappings, to be defined at globally at the root level of the configrenderers
to be defined globally at the root level of the config.filesystem.find_args
can now be defined as a mapping of cmd = { args, to, pass }, to ensure the right format is used for the command available on your current system. The old style of a simple array is also acceptable.use_libuv_file_watcher
default totrue
filesystem.filtered_items
config to clarify the options.hide_by_name
andnever_show
options tofiltered_items
NeoTreeDirectoryName
andNeoTreeDirectoryIcon
highlight groups now link toDirectory
by default"fuzzy_finder"
search will now auto select th efirst file in the search results.Beta Was this translation helpful? Give feedback.
All reactions