Shougo / defx.nvim

:file_folder: The dark powered file explorer implementation for neovim/Vim8
MIT License
1.17k stars 86 forks source link

Defx screenshots #18

Open Shougo opened 6 years ago

Shougo commented 6 years ago

I think defx.nvim needs screenshot in README.

If you have good screenshots for defx.nvim README, can you add it in this issue?

Shougo commented 6 years ago

screenshot_2018-09-18_23-57-45

defx.nvim supports multi root feature.

mhartington commented 6 years ago

Defx -split=vertical screenshot

screen shot 2018-09-19 at 9 17 05 pm
wsdjeg commented 6 years ago

@mhartington looks nice, the spell option is enabled?

mhartington commented 6 years ago

@wsdjeg yes, I have it globally set, I have not disabled it for a Defx buffer yet.

Here's a new screenshot with it disabled.

screen shot 2018-09-20 at 10 03 15 am

Shougo commented 6 years ago

I will add it later.

fab6 commented 6 years ago

defx_vim_180923

takkii commented 6 years ago

defx_zinbeijett_foldertree

Defxをいつも使っています。

neovim-qtを使用しています。

カラースキーマは、tenderです。

画像は、zinbeijettのフォルダ内です。

スクリーンショットを公開します。

Shougo commented 6 years ago

Updated.

kutsan commented 6 years ago

This's mine for now.

image

Shougo commented 6 years ago

Updated.

oblitum commented 5 years ago

@kutsan did you patch it to replace directory icons? If so, why use it as screenshot of the project since there's no option for it?

kutsan commented 5 years ago

@oblitum

did you patch it to replace directory icons?

Yes.

If so, why use it as screenshot of the project since there's no option for it?

I'm sure there will be. So, that means defx is capable of that functionality.

kristijanhusak commented 5 years ago

@oblitum @kutsan I created a defx column plugin for icons, very similar to vim-devicons. Here's the link https://github.com/kristijanhusak/defx-icons

oblitum commented 5 years ago

@kristijanhusak cool :)

mhartington commented 5 years ago

@kristijanhusak made a similar one as well, but like how you're is more minimal and includes highlighting. Good stuff!

https://github.com/mhartington/defx-devicons

ggsalas commented 5 years ago
screen shot 2019-01-12 at 22 00 34

defx.nvim on kitty terminal on macos

Shougo commented 5 years ago

I have added it.

wsdjeg commented 5 years ago

Defx support in spacevim https://github.com/SpaceVim/SpaceVim/pull/2282

defx

Shougo commented 5 years ago

Updated.

wsdjeg commented 5 years ago

defx-icons

Shougo commented 5 years ago

I have updated screenshot.

phcerdan commented 5 years ago

image

Shougo commented 5 years ago

Updated.

zgpio commented 5 years ago

variable column feature, ref #122 image

Shougo commented 5 years ago

Updated.

glepnir commented 5 years ago

defx doaction call denite file defx

Shougo commented 5 years ago

Updated.

jerrywang1981 commented 5 years ago

I knew this was not related to this topic, I have been trying to configure it, but for now when I pressed 'enter' to open a file, it just took the buffer of defx, each time I had to ctrl+w o to close other windows, is there a way to open/preview the file in the right window? so I can keep the defx in left stayed open always.

glepnir commented 5 years ago

@jerrywang1981 you can see my defx config.maybe can help you

jerrywang1981 commented 5 years ago

@taigacute thank you so much, that's what I'm looking for nnoremap s defx#do_action('open', 'botright vsplit')

glepnir commented 5 years ago

no thanks. i think you should read defx.txt more carefully :)

zhoupro commented 5 years ago
屏幕快照 2019-05-15 下午7 59 26
Shougo commented 5 years ago

Updated.

blayz3r commented 5 years ago

defx

Shougo commented 5 years ago

Updated

yuk1h1ra commented 5 years ago

Screenshot_20190621_111403

-split=floating, hi NormalFloat guibg=#484848, colorscheme=tender

Shougo commented 5 years ago

Updated

kutsan commented 5 years ago

You can delete my previous screenshot.

screenshot

Shougo commented 5 years ago

OK. I have replaced.

snide commented 5 years ago

Thank you for this WONDERFUL plugin. Here's my custom setup mostly using Horizon color schemes.

image

Shougo commented 5 years ago

Updated

PLDaily commented 4 years ago

image

Shougo commented 4 years ago

Updated.

glepnir commented 4 years ago

test

Shougo commented 4 years ago

Updated.

Freed-Wu commented 4 years ago

Screenshot from 2020-09-04 11-29-51

the symbol '|', '¦', '┆', '┊' dependent on https://github.com/Yggdroot/indentLine.

Screenshot from 2020-09-04 11-27-58

and anyone can use https://github.com/skywind3000/vim-quickui to write a menu for defx to explore their directories which often accesses.(e.g. $HOME, $HOME/Desktop)

Shougo commented 4 years ago

Updated.

zoumi commented 4 years ago

defx

Shougo commented 4 years ago

It prints the error messages...

vegawong commented 4 years ago

Thank you for this WONDERFUL plugin. Here's my custom setup mostly using Horizon color schemes.

image

This screenshot is amazing and beautiful. I like it very much. Can you share your vimrc file?