Commit graph

12 commits

Author SHA1 Message Date
e04fa74412 home: vim: lua: utils: add 'is_ssh'
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-11 22:17:22 +00:00
236d48befb home: vim: lua: lsp: update for nvim 0.8
Two big changes:

* Making use of the lua API for creating autocmds.
* Using `client.supports_method`.
2022-11-03 18:07:00 +01:00
93e50508c9 home: vim: lua: lsp: add signature help mapping 2022-04-27 14:02:17 +02:00
4c5c9deaae home: vim: move 'on_attach' to 'ambroisie.lsp' 2022-03-08 20:20:22 +01:00
f374a4f78c home: vim: lsp: add diagnostic mappings 2022-03-04 17:40:30 +01:00
ac0df2552a home: vim: lsp: add workspace mappings 2022-03-04 17:40:30 +01:00
eaeb9db76f home: vim: add 'dump' utility function 2022-03-04 17:40:30 +01:00
f10d3f7310 home: vim: add mappings for LSP functionality 2022-03-04 17:40:30 +01:00
9c3daae2b8 home: vim: add function to list LSP client names 2022-03-04 17:40:30 +01:00
d3c04107bf home: vim: move diagnostics config to 'on_attach' 2022-03-04 17:40:30 +01:00
53d84b884d home: vim: move LSP-related 'on_attach' to 'utils'
As it will be shared between `null-ls` and `lspconfig`, it makes sense
to put it there.
2022-03-04 14:54:14 +01:00
8155f6be4c home: vim: add 'ambroisie.utils' lua module 2022-03-03 18:15:28 +01:00