The design
See original GitHub issue-
Not depends on denite.nvim
-
Vim8/neovim compatible(nvim-yarp is needed for Vim8)
-
Implemented by Python3
-
No double filer feature
-
Column feature
-
Source feature
-
Options
-
Highlight is defined by column
-
Few commands (
:Defx
command only?) -
Extended rename
-
Mark
-
Windows supporters are needed
-
The original trashbox feature
-
No minimal features
-
Subtree feature like vimfiler
-
No default mappings
-
No global variables
-
No explorer feature(like
g:vimfiler_as_default_explorer
)
Release date: In 2018 someday
Issue Analytics
- State:
- Created 6 years ago
- Reactions:30
- Comments:60 (35 by maintainers)
Top Results From Across the Web
Sugar Land Interior Designers - Affordable Luxury in ...
Elegant Design Has never Been So Affordable! Creating a beautiful yet functional space can be a difficult thing to achieve. Schedule A Consultation...
Read more >The Design Atelier – Timeless Interiors
Skip to content. Interiors · Profile · Home · Media · Contact.
Read more >The Design Studio: Home - Breese
Here at The Design Studio we provide a wide range of Interior Design services accommodating both residential and commercial properties.
Read more >The Design Book : Phaidon Editors
Take an extraordinary journey through objects from the last 500 years that have improved our environments and functionality, and shaped society and culture....
Read more >The Design School | Arizona State University
The Design School is the largest and the most comprehensive design school in the nation. Our diverse programs are in the top 20...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have started the vaporware development.
https://github.com/Shougo/defx.nvim/commit/4b4dfae45c44933cc9c5e092e6c7e728e18d6fa9
It would be nice if it does not rely on filesystem.
For example, I would like to make a plugin which cooperate with this one to show a directory tree on a particular commit. In that case, probably the INPUT for this plugin would be a tree dictionary with custom kind, actions, etc.