dotfiles/nvim/.config/nvim
Marty Oehme 851bf58b21
nvim: Improve snippet jumping
Snippets can be jumped through more easily now since jumping between
snippets (with <tab> and <s-tab>) takes precedence over completions and
jumping through completions. That means when a snippet has been expanded
we can now cycle through its insertion points without worrying about
activating completion items instead.

Additionally, only jump through insertion points as long as we are
within the snippet boundaries with the cursor, so it doesn't surprise
jump later when pressing <tab> from somewhere else in the file.
2024-06-27 17:24:29 +02:00
..
after/ftplugin nvim: Ensure TS is always set up for image.nvim 2024-06-20 17:43:11 +02:00
ftdetect nvim: Add ft detection for dvc files 2024-01-11 17:59:46 +01:00
lua nvim: Improve snippet jumping 2024-06-27 17:24:29 +02:00
snippets nvim: Extend snippet capability 2024-06-17 13:34:02 +02:00
spell nvim: Update spellfile 2024-06-23 22:48:28 +02:00
abbrev.vim nvim: Remove copyright abbreviation 2023-06-15 09:59:45 +02:00
init.lua nvim: Refactor core setting loading into core module 2023-12-12 14:07:43 +01:00
lazy-lock.json nvim: Only start ltex LSP if spellchecking enabled 2024-06-27 17:20:35 +02:00