Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent 432a31c commit 587c96c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ It contains these features:

Easycomplete requires Vim 8.2 or higher version with MacOS/Linux/FreeBSD. For neovim users, 0.4.4 or higher is required.

Vim config via vim-plug in vimscript:
Vim config via vim-plug with vimscript:

```vim
Plug 'jayli/vim-easycomplete'
Plug 'SirVer/ultisnips'
```
Run `:PlugInstall`.

Nvim config via Packer.nvim in lua:
Nvim config via Packer.nvim with lua:

```lua
use { 'jayli/vim-easycomplete', requires = {'SirVer/ultisnips'}}
Expand Down

0 comments on commit 587c96c

Please sign in to comment.