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
Nvim-tree has a really nice feature where you can highlight a file (say an excel file) and press s which will then open the file using the computer's default program for excel files. (Such as Microsoft Excel or LibreOffice.)
This feature is amazing. Does neo-tree.nvim have this same functionality? I couldn't find it in the docs, nor when I was using it.
I don't believe anything like that exists currently. I think you would have to implement it yourself using the :h neo-tree-custom-commands interface exposed in the neo-tree startup configuration.
Nvim-tree has a really nice feature where you can highlight a file (say an excel file) and press
s
which will then open the file using the computer's default program for excel files. (Such as Microsoft Excel or LibreOffice.)This feature is amazing. Does neo-tree.nvim have this same functionality? I couldn't find it in the docs, nor when I was using it.
Originally posted by @HiramTheHero in #1097
The text was updated successfully, but these errors were encountered: