Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Nov 17, 2024
1 parent 7b80bbd commit aac4ff2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scripts/bin/word binary
*.t linguist-vendored scripts/bin/word binary
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ lazy.nvim
lazy = false,
version = false,
config = true,
breanch = "master",
branch = "master",
opts = {},
dependencies = {
"nvim-telescope/telescope.nvim",
"MunifTanjim/nui.nvim",
"nvim-nio",
"pathlib.nvim",
"plenary-nvim",
Expand All @@ -58,6 +59,7 @@ plug.vim

```vim
Plug "nvim-telescope/telescope.nvim"
Plug 'MunifTanjim/nui.nvim'
Plug "clpi/word.lua", {
\ "branch" : "main",
\ "do" : ":lua require('word').setup()"
Expand All @@ -73,6 +75,7 @@ Plug "clpi/word.lua", {

```vim
Plugin 'nvim-telescope/telescope.nvim'
Plugin 'MunifTanjim/nui.nvim'
Plugin 'renerocksai/telekasten.nvim'
```

Expand All @@ -87,6 +90,8 @@ dein.vim
</summary>

```vim
call dein#add('MunifTanjim/nui.nvim')
call dein#add('nvim-telescope/telescope.nvim')
call dein#add('clpi/word.lua')
```

Expand Down
3 changes: 0 additions & 3 deletions doc/tags

This file was deleted.

0 comments on commit aac4ff2

Please sign in to comment.