Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Sep 14, 2024
1 parent 227445c commit 3841f64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ Global configurations:
| `g:easycomplete_diagnostics_hover` | 1 | Gives a diagnostic prompt when the cursor holds |
| `g:easycomplete_pum_format` | `["abbr", "kind", "menu"]`| Pmenu format |

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:

```lua
vim.cmd([[
setlocal completeopt+=noselect
]])
```

Typing `:h easycomplete` for help.

## Language Support
Expand Down

0 comments on commit 3841f64

Please sign in to comment.