Dotfiles/site-modules/core/files/vim/plugin
Ade Attwood 8de4999881 refactor(vim): update ollama plugin to use older APIs
The ollama plugin was using some APIs that are not yet available in nvim
stable. Now we are using the older APIs we can use this on other
versions of nvim.

The `vim.api.nvim_buf_set_text` does not take some parameters as `-1` to
add text to the end of the line. Now we are getting the text on the last
line adding the new text to it, then replacing the last line.
2023-12-26 10:38:59 +00:00
..
codeclimate.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
colors.vim feat(vim): make theme dynamic from BASE16_THEME use in the shell 2023-03-16 21:00:50 +00:00
comments.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
completion.lua style(core): run stylua 2023-11-24 08:01:34 +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 style(core): run stylua 2023-11-24 08:01:34 +00:00
lsp.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
oil.lua feat(vim): add the oil file management plugin 2023-11-20 08:03:03 +00:00
ollama.lua refactor(vim): update ollama plugin to use older APIs 2023-12-26 10:38:59 +00:00
prr.lua style(core): run stylua 2023-11-24 08:01:34 +00: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
spec.lua feat(vim): add go to spec plugin 2023-11-04 09:02:14 +00:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
taskfile.lua chore(vim): add taskfile plugin 2023-06-02 16:52:03 +01:00
term.vim feat(vim): add term script back in from the history 2022-12-03 16:50:31 +00:00
treesitter.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
ts-jest.lua refactor(vim): move jest commands to use Run rather than run in process 2023-11-04 07:09:50 +00:00