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
This will serve as the main tracker for progress on v0.3. Currently, it's stored in a branch called OverhaulUi, but that branch has evolved into another massive rewrite of the plugin internals. They have shaped out to be much cleaner than in the past (thanks to using the lua language server). Once the work listed is complete, v0.3 will be the official branch and pointed to at the top level (instead of v0.2).
Engineering
General
Split functionality into distant-core and distant modules
Fix telescope integration (it's broken from refactoring)
Fix Dockerfile and associated tests
Distant
Create primary plugin entrypoint (more things at top-level of distant)
Revamp settings
Move server-specific settings to a field within the setup opts
Add cwd support to server settings
Move dir and file mappings out of server * and into a top-level mappings (we don't need server-specific keybindings for navigation, it should always be the same)
Allow user to specify edit/up/mkdir/etc nav action by key instead of a map so they don't need to import nav actions and editor to assign them (e.g. settings.mappings.dir.edit = '<Return>')
Create UI windows to visualize better
"Main Window" - hosts connections, system information, etc.
Connections tab
Show manager information
List active connections you can be from the manager
List available hosts from server settings
Be able to switch active connections
Be able to launch from available hosts
Be able to connect from available hosts
Be able to jump to next or previous server connection using <C-n> and <C-p>
System information tab
Show system information
Update information whenever a connection is made/switched
Log tab (???)
Show log output (last X lines?)
Debug tab (???)
Show detailed manager information (pid, uptime, capabilities, pre-existing info?)
Show detailed client information (uptime, capabilities, process list including shells, api, lsp, etc)
Help tab
Show keybindings similar to lazy.nvim style as I like it more than mason.nvim
Make keybindings changeable in settings reflect within help tab
"Metadata Window" - displays metadata for a file/directory/symlink
This will serve as the main tracker for progress on v0.3. Currently, it's stored in a branch called
OverhaulUi
, but that branch has evolved into another massive rewrite of the plugin internals. They have shaped out to be much cleaner than in the past (thanks to using the lua language server). Once the work listed is complete, v0.3 will be the official branch and pointed to at the top level (instead of v0.2).Engineering
General
distant-core
anddistant
modulesDistant
Addcwd
support to server settings*
and into a top-levelmappings
(we don't need server-specific keybindings for navigation, it should always be the same)settings.mappings.dir.edit = '<Return>'
)Be able to jump to next or previous server connection using<C-n>
and<C-p>
Log tab (???)Show log output (last X lines?)Debug tab (???)Show detailed manager information (pid, uptime, capabilities, pre-existing info?)Show detailed client information (uptime, capabilities, process list including shells, api, lsp, etc)lazy.nvim
style as I like it more thanmason.nvim
"Toast" - port of nvim-notifyReplace errors withvim.notify
withvim.log.levels.ERROR
to be friendlierSupport enabling/disabling "toast" forvim.notify
in case user has another plugin (likenvim-notify
) that they want to useFileChangedShell
, or triggering it if possible)Distant Core
distant-core
ported frommason.nvim
utils
into its own modulemason.nvim
) so we can better capture when actions take placeutils
module by removing unused functions, inlining single-useTests
Bugs
Documentation
:checkhealth distant
:Distant
and:DistantInstall
- the existing doc can be reused with tweaksrequire('distant')
) - needs to be completely rewrittenThe text was updated successfully, but these errors were encountered: