16 Commits

Author SHA1 Message Date
2f6b0ba33c Add more cmp preset mappigns
* `<C-Space>` to trigger the complteion menu without a substring prefix
* `<C-d>`/`<C-u`> to scroll down/up in a completion item's documentation
2024-04-01 19:00:40 +01:00
1a6203e911 Add trouble.nvim plugin 2024-03-21 23:42:34 +00:00
c0ab67d3a4 Use [d & ]d for moving around diagnostics in normal mode 2024-03-20 22:18:10 +00:00
0feee4afbf Fix use of opts in vim.keymap.set() 2024-03-17 23:33:25 +00:00
355c4feecc Add real-time LSP info with fidget 2024-03-15 00:15:42 +00:00
378c8b0be4 Improve LSP configuration
* Add more recommended mappings
* Add Python LSP support with PyRight and Ruff
2024-03-14 23:35:35 +00:00
41736377bd Remove tab mapping todo, went another way 2024-03-06 19:48:08 +00:00
0c7636dfa5 Add snippet mappings & being porting snippets 2024-03-05 23:36:41 +00:00
781cb49cb2 Tune completion sources & update comment 2024-03-05 23:35:36 +00:00
6ef97d96c5 Add code actions prefix UI
Not only does this show a diff of the selected code action before you
apply it, it uses Telescope for display and selection of the desired
code action.
2024-03-05 23:34:20 +00:00
e314314574 Switch to <C-l> to confirm completions
Previous mapping of <C-y> caused issues due to y being too close to u so
fat fingers would immediately undo the completion expansion.
2024-03-05 23:32:20 +00:00
c62bffa083 Cleanup completions mappings todos 2024-03-04 21:22:03 +00:00
2d22ea836f Iron out bugs and document completions plugin setup 2024-03-04 00:32:58 +00:00
0c9780cdd5 Ignore lua-ls warnings about missing-fields 2024-03-03 22:43:39 +00:00
97cfaddce8 Port coc.nvim mappings to native LSP 2024-03-03 22:15:10 +00:00
20954190a8 Initial experiments with Lua config 2024-03-02 15:17:48 +00:00