summary refs log tree commit diff
path: root/.vim/lua/lsp.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim/lsp: add assert to known globals for lua-lspRobert Günzler2022-06-151-0/+1
|
* vim: drop lspkind, vendor in symbol mappingRobert Günzler2022-06-151-0/+37
|
* vim/lsp: make all keymaps local to the attached bufferRobert Günzler2022-06-151-24/+21
|
* vim: use a global to configure floating window borderRobert Günzler2022-06-151-1/+1
|
* vim: add navic pluginRobert Günzler2022-06-151-12/+18
| | | | to show the current location inside the AST
* vim: gracefully handle absence of spinner.nvimRobert Günzler2022-05-271-5/+0
|
* vim: update lua lsp settingsRobert Günzler2022-05-271-6/+33
|
* vim: update lsp configurationRobert Günzler2022-05-271-70/+58
|
* vim: register keybinds with which-keyRobert Günzler2022-05-271-7/+23
|
* vim: rework lsp.luaRobert Günzler2022-04-151-94/+123
|
* vim: configure goplsRobert Günzler2022-02-081-6/+8
|
* vim: install zk-nvim pluginRobert Günzler2022-02-081-18/+0
|
* vim: disable custom code action handlerRobert Günzler2022-02-081-40/+40
|
* fixup! vim: use builtin vim.keymapRobert Günzler2022-02-081-2/+1
|
* vim: fix builtin diagnosticsRobert Günzler2022-02-081-18/+0
|
* vim: replace spinner with lsp-statusRobert Günzler2022-02-081-6/+17
|
* vim: use builtin vim.keymapRobert Günzler2022-02-081-18/+13
|
* vim: stop lsp client in diff modeRobert Günzler2021-12-071-0/+6
|
* vim: use new vim.ui funcs (neovim 0.6.0)Robert Günzler2021-12-071-6/+11
|
* vim/lsp: enable ccls and don't format upstream reposRobert Günzler2021-11-081-8/+23
|
* vim: fixup lsp and treesitter configRobert Günzler2021-11-021-3/+13
|
* vim: add zk langserverRobert Günzler2021-08-311-0/+6
|
* vim: create lsp mappings based on capabilitiesRobert Günzler2021-08-311-23/+52
|
* vim: add colors to statuslineRobert Günzler2021-08-311-4/+6
|
* vim: make augroup util a globalRobert Günzler2021-08-311-1/+1
|
* vim: cleanup configRobert Günzler2021-07-291-0/+168