Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Dec 17, 2023
1 parent c2a893e commit 3385c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/epo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ local function setup(opt)
return k:lower():sub(1, 1)
end
--make sure your neovim is newer enough
api.nvim_set_option_value('completeopt', 'menu,noinsert,noselect,popup', { scope = 'global' })
api.nvim_set_option_value('completeopt', 'menu,menuone,noinsert,', { scope = 'global' })

-- Usually I just use one client for completion so just one
au('LspAttach', {
Expand Down

0 comments on commit 3385c42

Please sign in to comment.