From b38600717fde59dd452bc1c980afe2e05fd975a7 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 21 Nov 2024 09:54:10 +0900 Subject: [PATCH] Fix --- README.md | 6 +++--- doc/ddc.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e10df2e..445197c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. @@ -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 diff --git a/doc/ddc.txt b/doc/ddc.txt index 6fda34a..d04e8d2 100644 --- a/doc/ddc.txt +++ b/doc/ddc.txt @@ -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 License: MIT license