Dotfiles/site-modules/core/files/vim/plugin
Ade Attwood cc49f5339e refactor(vim): simplify the tab behaviour in completion
The biggest change here is that I am no longer cycling though completion
items as the first thing. Tab will now mainly control the snippet jumps
in completion not items. Completion items can be used exclusively with
<C-n> and <C-p> and <CR> to complete the selected item. If the
completion menu is open and <CR> is pressed, this will select and
complete the first item.

I will soon be able to remove the <C-h> and <C-l> mappings when my
muscle memory adapts as this will now be controlled with tab.
2023-02-21 16:53:22 +00:00
..
codeclimate.lua feat(vim): add codeclimate plugin 2022-11-15 20:38:14 +00:00
colors.vim chore(vim): move back to the base16-tomorrow-night theme 2022-12-22 20:43:06 +00:00
comments.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
completion.lua refactor(vim): simplify the tab behaviour in completion 2023-02-21 16:53:22 +00:00
file-ops.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
fmt.vim feat(vim): split out and refactor format on save so it can be toggled 2022-11-15 20:05:39 +00:00
lint.lua feat(vim): override the cspell linter for better integration 2022-11-15 20:08:40 +00:00
lsp.lua fix(vim): swap out the BC in the cmp_nvim_lsp API 2023-02-09 19:44:18 +00:00
org.lua fix(vim): treesitter highlighting to org files 2022-07-31 20:43:31 +01:00
run.vim refactor(vim): remove exit after run command 2022-12-03 16:14:29 +00:00
snippets.lua feat(vim): better snippets 2023-01-20 07:44:05 +00:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
term.vim feat(vim): add term script back in from the history 2022-12-03 16:50:31 +00:00
treesitter.lua fix(vim): remove treesitter for indenting and go back to native 2022-09-08 20:53:32 +01:00