Commit Graph

7 Commits

Author SHA1 Message Date
probalazs d7b0ef21e4 Add LlamaToggle command, hide completion info, and update README
- Add :LlamaToggle to enable/disable llama.vim completions without stopping server
- Disable inline timing/info display in llama.vim (show_info = 0)
- Add llama.cpp installation instructions to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 19:18:02 +02:00
probalazs bc020fba1a Add llama.vim, LlamaStart/Stop commands, and fix completion preset
- Add llama.vim plugin with optimized FIM context settings
- Add LlamaStart/LlamaStop commands for managing llama-server
- Auto-stop llama-server on Neovim exit
- Switch blink.cmp back to default preset (Ctrl+y) for Tab compatibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 19:09:26 +02:00
probalazs 1e3180f5db Add flash.nvim, vim-visual-multi, and buffer completion source
- Add flash.nvim for fast screen navigation (s/S keymaps)
- Add vim-visual-multi for multiple cursor support
- Add buffer words as a blink.cmp completion source

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 15:06:09 +02:00
probalazs 033e4b1600 Configure Neovide, completion, and terminal direction
- Disable Neovide animations (cursor, scroll, position)
- Switch blink.cmp preset to super-tab for tab-based completion
- Change toggleterm direction to vertical with 80 column width

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 15:06:09 +02:00
probalazs 967d525c9d Add TypeScript support, split keymaps, and custom plugins
- Enable ts_ls LSP with prettier formatter and eslint_d linter
- Add prettier and eslint_d auto-install via Mason
- Enable lint plugin for JS/TS filetypes
- Add split keymaps (<leader>sv, <leader>sh)
- Add bufdelete, editorconfig, and toggleterm plugins
- Enable custom plugins import

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 19:46:07 +02:00
orip 177ff61483 Add type hints to plugin options where possible
This could help beginners to get autocompletion, catch mistakes earlier,
and allow them to skip the docs for simple configs.

This is not perfect because a lot of the plugins type all of their keys
as required, even though they have defaults, but this is good enough.
2026-02-27 20:43:08 +02:00
TJ DeVries 3526fbeec9
feat: move to lazy.nvim package manager and add first plugins (#178)
Closes #175
Closes #177
Closes #173
Closes #169
Closes #161
Closes #144
Closes #138
Fixes #136
Closes #137
Closes #131
Closes #117
Closes #130
Closes #115
Closes #86
Closes #105
Closes #70
Fixes #176
Fixes #174
Fixes #160
Fixes #158
2023-02-17 16:31:57 -05:00