Skip to content

Commit 3841f64

Browse files
committed
bugfix
1 parent 227445c commit 3841f64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ Global configurations:
129129
| `g:easycomplete_diagnostics_hover` | 1 | Gives a diagnostic prompt when the cursor holds |
130130
| `g:easycomplete_pum_format` | `["abbr", "kind", "menu"]`| Pmenu format |
131131

132-
For most of vim's default configurations, noselect is not included in completeopt, which will result in the first item of the matching menu being selected by default. To avoid this, it can add this command in your vimrc `setlocal completeopt+=noselect`. Or add this code to your `init.lua` file:
133-
134-
```lua
135-
vim.cmd([[
136-
setlocal completeopt+=noselect
137-
]])
138-
```
139-
140132
Typing `:h easycomplete` for help.
141133

142134
## Language Support

0 commit comments

Comments
 (0)