Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 4, 2024
1 parent 4d9233c commit 0f94a0e
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,45 +61,3 @@ Ddu.vim requires both Deno 1.38+ and denops.vim.
**NOTE:** Ddu.vim does not include any extra plugins. You must install them you
want manually. You can search ddu plugins from
[here](https://github.com/topics/ddu-vim).

### For vim-plug

```vim
call plug#begin()
Plug 'vim-denops/denops.vim'
Plug 'Shougo/ddu.vim'
" Install your UIs
" Install your sources
" Install your filters
" Install your kinds
" Install your columns
call plug#end()
```

### For dein.vim

```vim
call dein#begin()
call dein#add('vim-denops/denops.vim')
call dein#add('Shougo/ddu.vim')
" Install your UIs
" Install your sources
" Install your filters
" Install your kinds
" Install your columns
call dein#end()
```

0 comments on commit 0f94a0e

Please sign in to comment.