huggingface / huggingface/llm.nvim
No Auto-Completions and weird offset_encodings warning
- Dominant language
- Lua
- Stars
- 1.2k
- Forks
- 58
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description

As you see i'm getting this weird warning and no completion when trying to write cpp, this is my llm.nvim setup using lazy
```lua
{
'huggingface/llm.nvim',
opts = {
backend = 'ollama',
model = 'deepseek-coder',
accept_keymap = '',
dismiss_keymap = '',
url = 'http://localhost:11434/api/generate',
request_body = {
options = {
temperature = 0.2,
top_p = 0.95,
},
},
enable_suggestions_on_startup = false,
lsp = {
bin_path = vim.api.nvim_call_function('stdpath', { 'data' }) .. '/mason/bin/llm-ls',
},
},
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.