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
Uh oh!
There was an error while loading. Please reload this page.
-
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_copymapping fromctoyDeprecations
NeoTree*commands have been deprecated, switch to the newNeotreecommandfilesystem.filtersoption has been deprecated, please usefilesystem.filtered_itemsinstead.show_hiddenoption has been deprecated, please usehide_dotfilesinstead.respect_gitignoreoption has been deprecated, please usehide_gitignoredinstead."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":NeoTreeShowInSplitbecomes:Neotree show currentneo-treemodule for opening the tree have been deprecated, use the:Neotreecommand orneo-tree.command.execute()instead.neo-tree.utils.table_copyhas been deprecated, usevim.deepcopyinsteadneo-tree.utils.table_mergehas been deprecated, usevim.tbl_deep_extend("force", base_table, override_table)insteadNew Features
.tswith it's compiled.js:Neotreecommand which supersedes all of the prior commands with a single flexible cli style interfacewindowoptions, including mappings, to be defined at globally at the root level of the configrenderersto be defined globally at the root level of the config.filesystem.find_argscan 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_watcherdefault totruefilesystem.filtered_itemsconfig to clarify the options.hide_by_nameandnever_showoptions tofiltered_itemsNeoTreeDirectoryNameandNeoTreeDirectoryIconhighlight groups now link toDirectoryby default"fuzzy_finder"search will now auto select th efirst file in the search results.Beta Was this translation helpful? Give feedback.
All reactions