00e30facd3
Disable Node, Perl, and Ruby providers
...
I never used these so disable attempting to load them.
2024-03-02 10:48:07 +00:00
e378b83549
Update nvim-qt GuiFont setting
2023-12-09 11:09:32 +00:00
1de326471c
Switch to vim-argumentative, remove vim-textobj-parameter
2023-11-23 23:22:15 +00:00
aab402fa73
Disable vim-spirv settings that are slow in large files
2023-09-13 16:50:59 +01:00
586141cb14
Fix todo (and other) snippets
...
coc-snippets stopped accepting the multiline python code in the todo
(and other) snippets, this fixes an `UnexpectedIndentation` exception.
2023-07-27 17:53:20 +01:00
f8407f959f
Fix cpp commentstring, its a lua setting now...
2023-07-16 18:43:13 +01:00
97c7c974cf
Add plugin Vim-Jinja2-Syntax
2023-06-28 14:08:14 +01:00
35acaa6cb2
Don't prompt for ultisnips in coc.nvim
2023-06-16 10:18:41 +01:00
3334451c2a
Add workaround for coc-yaml's Ansible failings
2023-04-25 20:55:31 +01:00
d29cfc6aab
Remove support for _template snippets
2023-03-30 15:28:42 +01:00
024268db74
Remove argparse from Python main snippet
2023-03-30 15:01:53 +01:00
0c515161b0
Add coc.nvim mapping for references used
2023-02-15 16:58:03 +00:00
525f6c2a5f
Add editorconfig plugin
2023-02-15 16:57:39 +00:00
0d4dab892e
Don't ignore case in command line file completions
2023-01-26 17:52:11 +00:00
24de16b587
Drop UltiSnips and move to coc-snippets
...
Also change the completion confirm mapping to <TAB> and make the
priority of snippets higher.
2023-01-25 00:40:41 +00:00
226765f88a
Disable coc.nvim inlay hints globally
2023-01-19 12:17:20 +00:00
20c3c27bd7
Drop ale plugin and config
2023-01-13 22:46:29 +00:00
877d90dd90
Fix windows switching mappings when not in tmux
2023-01-09 23:20:15 +00:00
8f578862ef
Add vim-bundle-mako plugin for mako template language
2022-11-25 14:13:07 +00:00
9cc65d5e1f
Remove comments from individual syntax plugins
2022-11-25 14:12:55 +00:00
86659d8db6
Don't use signcolumn=number
2022-11-25 12:33:33 +00:00
e066388627
Fix statusline light highlight colors
2022-11-11 11:06:56 +00:00
5457b54a3a
Merge plugins.yaml into tasks.yaml
...
Having `tasks.yaml` depend on `plugins.yaml` not work, except when
running on `localhost` which is not always the case.
2022-11-08 15:36:17 +00:00
5972ec6aa8
Switch over to managing plugins with Ansible
...
The `tasks.yaml` has been updated to include the new variables file
`plugins.yaml` which defines the `plugin_dir` and `plugins` variables.
These are in turn used by config/local> to manage the plugin list
outwith (neo)vim.
2022-11-08 13:57:02 +00:00
2694c76a67
Remove all references of Pack command
...
The previous commit removed all command related to minpac, including
`Pack` which was still being referenced in `vimrc`.
2022-11-08 13:23:22 +00:00
ee5110efd8
Remove minpac in preparation for using Ansible
2022-11-08 11:21:08 +00:00
330329ef2b
Replace ad hoc conflict markers with plugin
2022-11-07 14:27:13 +00:00
32610db521
Make gx work in WSL
2022-11-06 11:21:32 +00:00
4c142d2fa5
Only setup cursor shape in vim, not nvim
...
Neovim already changes cursor shape by default, there's no need to
override it.
2022-11-06 11:12:06 +00:00
cde38c5469
Make CocInlayHint look like Comment
2022-10-31 11:48:44 +00:00
dfc26e9c40
Disable coc-powershell integrated console
2022-10-29 11:44:15 +01:00
5476d9ec86
Fix coc.nvim change of default first selection
2022-10-25 11:08:25 +01:00
78ae575efe
Disable clangd inlay type hints
2022-10-13 10:45:01 +01:00
3577aa13bc
Drop some coc-yaml schemas
2022-09-09 22:49:07 +01:00
2ce3d322ca
Add coc-powershell on Windows only
2022-06-15 22:15:23 +01:00
27c42a6a92
Don't use GUI tabs in neovim-qt
2022-06-15 22:15:23 +01:00
61ce53bfd3
Don't conceal things in json
2022-06-08 13:56:37 +01:00
d0af1c7116
Fix Doxygen @param highlight
...
There are two forms of `@param`:
* `@param <name> <description>`
* `@param[<use>] <name> <description>`
Prior to this patch only the latter was highlighting `<name>` as a
special comment, now both forms do this.
2022-05-31 10:59:28 +01:00
ec2b973fc0
Update schemastore URLs
2022-05-22 15:57:11 +01:00
98b48377cd
Add GitLab CI schema paths
2022-05-04 14:14:03 +01:00
eb9579e1b6
Add more ansible tasks lsp matches
2022-04-30 13:31:29 +01:00
a689039ae2
Add yaml.schemas not matches by default
2022-04-30 09:38:25 +01:00
3da17559e9
Update minpac submodule
2022-04-29 21:58:31 +01:00
68c699882d
Use Source Code Pro 10 on Windows GUI
2022-04-29 21:57:05 +01:00
51c56a8633
Fix glitch in StatusLineTerm highlight group
2022-04-22 15:53:01 +01:00
14d34e0b6b
Don't set formatexpr globally, only in specific filetypes
2022-04-14 10:50:52 +01:00
fd31549a32
Add coc-docker to list of global extensions
2022-02-26 17:25:09 +00:00
d66ff687d4
Install node.js dependency for coc.nvim
2022-02-19 14:39:20 +00:00
db5ebc701d
Bump unmap Y version check
2022-02-18 19:51:29 +00:00
e6e3a10c87
Don't unmap Y before nvim 0.5
...
This version check might need some refinement, not actually sure when it
was introduced but it's deffo not in 0.4.4.
2022-02-15 10:53:58 +00:00