Commit Graph

12 Commits

Author SHA1 Message Date
47b22128a8 chore(complete): cleanup some reference to nvim-cmp 2025-07-15 23:09:31 +02:00
9bf093ee26 feat!(completion): replace completion engine: cmp-nvim → blink.cmp
BREAKING CHANGE: Change behaviour concerning the completion engine.
BREAKING CHANGE: Re-Enabling auto-show again
2025-07-15 22:59:50 +02:00
f9152e058b fix(cmp): lsp completion called twice 2025-04-02 08:58:25 +02:00
2cc2998907 fix(jj): replace jj with jjdescription filetype 2025-04-01 19:01:44 +02:00
1ba07cf703 feat(plugins): replace neodev with lazydev 2024-11-10 15:17:45 +01:00
c10feb7712 feat(jujutsu): Add support for jj description
- Snippets
- Spellchecking
- Grammar checking
2024-11-10 15:09:45 +01:00
5bb1039198 feat!(nvim-cmp): Add tab complete when there is no ambiguity
- from https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#confirm-candidate-on-tab-immediately-when-theres-only-one-completion-entry
- BREAKING CHANGE: tab behaviour has changed
2024-10-18 18:19:09 +02:00
0a73bd4259 feat!(cmp): change autocomplete behaviour
- BREAKING CHANGE: no more automatic popping droplist
- BREAKING CHANGE: <CR> to complete instead of <C-l>
2024-10-18 17:07:22 +02:00
fd84aebebb Add snippets for latex (frame) 2024-05-14 12:09:20 +02:00
e7f13d002d complete: luasnip configuration 2023-12-24 23:43:35 +01:00
34de9c7f85 complete: some remaps from my former configuration 2023-12-24 23:36:18 +01:00
7ce423fade init.lua: move cmp config to lua/complete.lua 2023-12-24 11:38:06 +01:00