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
Context: floating window current don't have a name. I think it will be better to set an informative filetype for these little floating windows, instead of a blank one ''
I think all this is documented now. Bear in mind that I am considering the vim help file to be the primary documentation. Feel free to add to the Wiki if you want to point things out for others.
Here are things (caused by me) that need to be added to the README.md:
excluded_filetypes = { 'fzf', 'neo-tree', 'packer', '' }, -- the last one resolved this issue.
, I need to know thefiletype
/buftype
of the floatingy/n
window #91require("neo-tree").setup({ open_files_in_last_window = true, ...})
, Is it possible to makeopen_vsplit
,open_split
to open onright
,bottom
? #85open_files_in_last_window
option.filters = { show_hidden = true, ...
, [Feature/Bug] Show hidden files by default #71Q&A:
filter_on_submit
,filter_as_you_type
#86Since my English is not good, I left this chore to you~
The text was updated successfully, but these errors were encountered: