Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Nov 21, 2024
1 parent 7a55ca3 commit b386007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ddc.vim

> Dark deno-powered completion framework for Neovim/Vim
> Dark deno-powered completion framework for Vim/Neovim
If you don't want to configure plugins, you don't have to use the plugin. It
does not work with zero configuration. You can use other plugins.
Expand All @@ -10,7 +10,7 @@ does not work with zero configuration. You can use other plugins.
Please read [help](doc/ddc.txt) for details.

Ddc is the abbreviation of "dark deno-powered completion". It provides an
extensible and asynchronous completion framework for Neovim/Vim.
extensible and asynchronous completion framework for Vim/Neovim.

NOTE: I have created
[Japanese article](https://zenn.dev/shougo/articles/ddc-vim-beta) for ddc.vim.
Expand All @@ -37,7 +37,7 @@ better than Neovim Python interface.
- Easy to setup
- Minimal dependency
- Stability
- Neovim/Vim compatibility
- Vim/Neovim compatibility
- Speed
- Library
- Easy to hack
Expand Down
2 changes: 1 addition & 1 deletion doc/ddc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*ddc.txt* Dark deno-powered completion framework for Neovim/Vim
*ddc.txt* Dark deno-powered completion framework for Vim/Neovim

Author: Shougo <Shougo.Matsu at gmail.com>
License: MIT license
Expand Down

0 comments on commit b386007

Please sign in to comment.