Dotfiles/site-modules/core/files/vim/plugin
Ade Attwood e7897fc7e0 fix(vim): add binding to jump between snippet placeholders
Currently it is set up to use tab to jump between placeholders and go to
the next completion item. This is causing conflicts when typing
variables in the snippet placeholders.

Now you can use <CTRL-h> to jump to the next placeholders. This is only
available when the completion is active so, dose not conflict with
switching windows.
2022-10-01 11:44:37 +01:00
..
colors.vim chore(pp): go dark mode 2022-10-01 11:42:10 +01:00
comments.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
completion.lua fix(vim): add binding to jump between snippet placeholders 2022-10-01 11:44:37 +01:00
file-ops.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
lint.lua chore(vim): move lint code into the lua lint file 2022-09-08 20:43:59 +01:00
lsp.lua feat(vim): add the rust_analyzer lsp 2022-09-08 20:52:59 +01:00
org.lua fix(vim): treesitter highlighting to org files 2022-07-31 20:43:31 +01:00
run.vim feat(vim): add in the old run plugin 2022-07-07 19:50:31 +01:00
snippets.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
treesitter.lua fix(vim): remove treesitter for indenting and go back to native 2022-09-08 20:53:32 +01:00