55f5da7db7
Make Powershell script TODO's not highlighted
2024-09-18 10:22:40 +01:00
8a5f4a3063
Switch to lazydev from the archived neodev
2024-07-11 19:50:31 +01:00
68e8635ae1
Switch back to upstream cmp-git
2024-07-02 13:15:26 +01:00
2bae0d50d6
Switch to nvim-impairative for pairwise mappings
2024-06-01 15:07:06 +01:00
59d3ea0978
Make cpp for snippet dynamic
2024-06-01 10:30:52 +01:00
0410dfc23d
Switch to mini.comment from comment.nvim
...
Even though v0.10.0 introduced builtin support for `gc{motion}` to
toggle comments it does not support ignoring blank lines. Also switch to
using mini.comment as its the same author as the builtin support.
2024-05-28 23:28:49 +01:00
0d1983e8bb
Fix weirdness in gopls completions
2024-05-25 23:37:57 +01:00
b146971918
Change document symbols mapping
2024-05-25 13:17:54 +01:00
a365bcb6b5
Don't repeat yourself in custom lspconfigs
2024-05-25 13:14:05 +01:00
6affd78df7
Cleanup nvim-cmp config callback
2024-05-25 13:13:35 +01:00
fcd5cfbd54
Extend :Rg to support visual select mode
...
Also move away from using the telescope builtin grep for word under
cursor mapping by extending the `:Rg` command to work in the following
circumstances:
* `:Rg text to search for`
* `:Rg` word under cursor
* `'<,'>Rg` visual selection
2024-05-25 11:03:06 +01:00
0602390a2d
Add telescope extension to list luasnip snippets
2024-05-25 10:22:35 +01:00
56beb52997
Simplify clangd command
2024-05-22 21:35:47 +01:00
Kenneth Benzie (Benie)
9f0d9890fd
Ensure all LSP capabilities are broadcast
2024-05-20 11:15:11 +01:00
ccec3232b5
Make it easier to have multiple colorscheme plugins
2024-05-18 14:05:22 +01:00
Kenneth Benzie (Benie)
ed74a5909a
Use clangd --completion-style=detailed option
2024-05-17 11:47:18 +01:00
61e4807f55
Add markdown-inline tree-sitter
2024-05-14 21:42:16 +01:00
5f2c45050c
Add mapping for :ClangdSwitchSourceHeader LSP extension
2024-05-03 11:40:19 +01:00
Kenneth Benzie (Benie)
06c8f8a751
Add ac/ic text objects for outer/inner class
2024-05-02 16:15:54 +01:00
d4228e37b8
Keep tweaking noice
2024-04-29 21:25:27 +01:00
09c785eee9
Set a limit to how wide the completion menu can be
2024-04-20 12:37:31 +01:00
63d2a3ffd3
Add not about builtin snippets in v0.10.0
2024-04-19 21:01:07 +01:00
b5adbd3343
Add tabline highlight group overrides
2024-04-18 18:56:39 +01:00
Kenneth Benzie (Benie)
985df79d1a
Use telescope.builtin Lua functions in mappings
2024-04-17 12:21:26 +01:00
8d93cbdf57
Switch to mason.nvim fork with virtualenv fallback
2024-04-15 23:45:30 +01:00
1ba816fcf8
Of course pyright is an npm package
2024-04-15 21:52:48 +01:00
9d5b798385
Cleanup conditional language server installs
2024-04-15 21:52:48 +01:00
727ebc81a8
Handle mason.nvim install deps not existing
2024-04-15 21:52:48 +01:00
a3024efb61
Fix mapping conflict
2024-04-13 13:42:09 +01:00
428cea9747
Cleanup some lint
2024-04-13 13:28:58 +01:00
ada48d79f4
Don't explicitly name plugins
2024-04-13 10:55:37 +01:00
cfac2daaee
Cleanup diagnostics mappings config
2024-04-13 10:55:21 +01:00
e08e933732
Fix typos in completions keymap configs
2024-04-13 10:54:52 +01:00
c07896bfad
Use telescope.builtin's for more LSP mappings
2024-04-13 10:21:41 +01:00
4c8f6cbc8b
Organise completion plugin dependencies
2024-04-13 10:02:25 +01:00
e5e2453efb
Move lsp/diagnostic UI config to separate file
2024-04-13 10:02:25 +01:00
e11b4d54a2
Split snippets config out of completions config
2024-04-13 10:02:25 +01:00
a4377b22ac
Split diagnostics config out of completions config
2024-04-13 10:02:25 +01:00
6372e8f63c
Change to yellow search highlight
2024-04-13 00:05:43 +01:00
9a0f74eb97
Make float background highlights match
2024-04-13 00:04:29 +01:00
0957a4853c
Add nvim-treesitter-context plugin
2024-04-12 00:43:20 +01:00
d90ae27edf
Add todo's for two LSP plugins of interest
2024-04-12 00:31:50 +01:00
6392327a28
Add ray-x/lsp_signature.nvim plugin
...
Improves the built-in signature help UI, enables toggling of signatures,
and displays multiple signatures when available.
2024-04-12 00:20:47 +01:00
959e9e5c52
Add kbenzie/cmp-git plugin
...
This is a fork of https://github.com/petertriho/cmp-git with a revert of
a bug fix that appears to have introduced a bug.
2024-04-11 23:23:06 +01:00
253f6f306d
Fix Lue typo to Lua :D
2024-04-09 22:34:43 +01:00
fd4cefb74b
Add nvim-treesitter-endwise todo
2024-04-08 21:14:44 +01:00
25885dd7c7
Remove FIXME's that 3daca6d6 disabled
2024-04-08 21:06:11 +01:00
046e33c614
Re-enable buffer text completion source
2024-04-08 20:57:07 +01:00
6c59054a7a
Change touble toogle mapping
2024-04-08 20:55:03 +01:00
eee4944354
Use function style for vim.cmd instead of string style
2024-04-07 19:12:38 +01:00