Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Jan 1, 2024
1 parent 94129b6 commit da587e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Full config in lua script:
use { 'jayli/vim-easycomplete', requires = {'SirVer/ultisnips'}}

-- Enable the plugin. Default is on.
-- Install lsp via `:InstallLspServer`
vim.g.easycomplete_enable = 1

-- Highlight the symbol when holding the cursor if you need it.
Expand Down Expand Up @@ -58,7 +59,7 @@ vim.g.easycomplete_pum_format = {"kind", "abbr", "menu"}
-- Define highlight group for fuzzy matched charactors.
vim.g.easycomplete_fuzzymatch_hlgroup = "MyGroup"

-- Enable Tabnine, default is on
-- Enable Tabnine, default is on, install tabnine lsp via `:InstallLspServer tn`
vim.g.easycomplete_tabnine_enable
-- Enable Tabnine suggestion, default is on
vim.g.easycomplete_tabnine_suggestion = 1
Expand Down

0 comments on commit da587e9

Please sign in to comment.