We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713d34 commit 3402ab8Copy full SHA for 3402ab8
examples/llama.vim
@@ -2,15 +2,15 @@
2
"
3
" requires:
4
5
-" - neovim
+" - neovim or vim
6
" - curl
7
" - llama.cpp server instance
8
" - FIM-compatible model
9
10
" sample config:
11
12
" - Tab - accept the current suggestion
13
-" - Shift+Tab - accept just the first line of the segguestion
+" - Shift+Tab - accept just the first line of the suggestion
14
" - Ctrl+F - toggle FIM completion manually
15
16
" make symlink or copy this file to ~/.config/nvim/autoload/llama.vim
0 commit comments