Skip to content

Can the $ model select behaviour be disabled? #585

Answered by deathbeam
oalders asked this question in Q&A
Discussion options

You must be logged in to vote

With that completion configuration you will probably have issues with the other symbols as well ocassionally so imo its better to either disable autocomplete (there is config option for that, chat_autocomplete) or configure completeopt so it do not auto selects. here is mine for example:

vim.o.completeopt = 'menu,menuone,noinsert,fuzzy,popup'

(idr if fuzzy and popup are in neovim release so can just skip those 2)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@oalders
Comment options

@deathbeam
Comment options

Answer selected by deathbeam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #584 on November 21, 2024 18:15.