codeium.vim
codeium.vim copied to clipboard
Add ability to exclude files from context
Codeium can make vim laggy in insert mode if a huge file (>10 MB) is opened and added as a completion context in vim. This PR adds the command :CodeiumExclude and a new buffer-local flag b:codeium_excluded to exclude specific files (e.g. large files) from codeium's context.