summary refs log tree commit diff
path: root/.vim/lua/globals.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-15vim: drop lspkind, vendor in symbol mappingRobert Günzler2-33/+48
2022-06-15vim/lsp: make all keymaps local to the attached bufferRobert Günzler1-24/+21
2022-06-15vim: use a global to configure floating window borderRobert Günzler3-4/+4
2022-06-15vim: use winbar for file title, free up statusbarRobert Günzler1-23/+43
navic/lsp-status/lsp_diagnostics show in the new free spot in the statusbar
2022-06-15vim: add navic pluginRobert Günzler2-12/+27
to show the current location inside the AST
2022-06-15vim: add gdbserver configuration to DAP configRobert Günzler1-5/+31
2022-06-15vim: replace easy-align with small lua moduleRobert Günzler3-5/+104
with support for inccommand preview
2022-06-15vim: juggle around colorscheme implementationRobert Günzler6-48/+66
2022-06-13