summary refs log tree commit diff
path: root/bin/b2 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-02vim: move colorscheme to pluginRobert Günzler6-446/+5
2022-06-15vim: make sure hl-Substitute can show whitespace changesRobert Günzler1-1/+1
2022-06-15vim: tweak alpha againRobert Günzler1-75/+79
2022-06-15vim/lsp: add assert to known globals for lua-lspRobert Günzler1-0/+1
2022-06-15vim: add some more foldmarkers to plugins.luaRobert Günzler1-7/+7
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
2022-06-15vim: add navic pluginRobert Günzler2-12/+27
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
2022-06-15vim: juggle around colorscheme implementation