huggingface / huggingface/llm.nvim

No Auto-Completions and weird offset_encodings warning

Open
#81 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
1.2k
Forks
58
Avg merge
30m
Merged PRs (30d)
1

Description

![WindowsTerminal_EkvgUjPfun](https://github.com/huggingface/llm.nvim/assets/124379229/64e3f654-9bf7-4614-b7a6-39021b43c821)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.