summary refs log tree commit diff
path: root/.vim/lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim: add some more foldmarkers to plugins.luaRobert Günzler2022-06-151-7/+7
|
* vim: drop lspkind, vendor in symbol mappingRobert Günzler2022-06-152-33/+48
|
* 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-153-4/+4
|
* vim: use winbar for file title, free up statusbarRobert Günzler2022-06-151-23/+43
| | | | | navic/lsp-status/lsp_diagnostics show in the new free spot in the statusbar
* vim: add navic pluginRobert Günzler2022-06-152-12/+27
| | | | to show the current location inside the AST
* vim: add gdbserver configuration to DAP configRobert Günzler2022-06-151-5/+31
|
* vim: replace easy-align with small lua moduleRobert Günzler2022-06-152-5/+103
| | | | with support for inccommand preview
* vim: juggle around colorscheme implementationRobert Günzler2022-06-153-39/+64
|
* vim: update himalaya configRobert Günzler2022-05-271-2/+18
|
* vim: update spellfile locationRobert Günzler2022-05-271-3/+2
|
* vim: gracefully handle absence of spinner.nvimRobert Günzler2022-05-274-14/+15
|
* vim: gracefully handle non-existant 'fortune' binaryRobert Günzler2022-05-271-2/+5
|
* vim: properly setup packer on fresh systemRobert Günzler2022-05-271-11/+21
|
* vim: update lua snippetsRobert Günzler2022-05-271-19/+45
|
* vim: improve find_files/live_grep wrappersRobert Günzler2022-05-271-13/+26
|
* vim: update alpha configRobert Günzler2022-05-271-45/+125
|
* vim: enable guess-indentRobert Günzler2022-05-271-12/+4
|
* vim: disable autoload for some pluginsRobert Günzler2022-05-271-5/+5
|
* vim: update cmp configRobert Günzler2022-05-271-43/+41
|
* vim: add gotmpl tree-sitter supportRobert Günzler2022-05-271-0/+9
|
* vim: update null-ls configRobert Günzler2022-05-271-27/+7
|
* vim: use telescope plugins for lsp code actionsRobert Günzler2022-05-271-3/+17
|
* vim: update lightbulb configRobert Günzler2022-05-271-32/+9
|
* vim: update dirbuf configRobert Günzler2022-05-271-1/+2
|
* vim: update gitsigns configRobert Günzler2022-05-271-1/+41
|
* vim: stop lua-lsp on PackerRecompileRobert Günzler2022-05-271-0/+5
|
* vim: update lua lsp settingsRobert Günzler2022-05-271-6/+33
|
* vim: update lsp configurationRobert Günzler2022-05-271-70/+58
|
* vim: update hardmode keybindsRobert Günzler2022-05-271-27/+7
|
* vim: add more highlightsRobert Günzler2022-05-271-16/+53
|
* vim: register keybinds with which-keyRobert Günzler2022-05-276-89/+128
|
* vim: don't automatically show diagnostics-floatRobert Günzler2022-05-271-10/+3
|
* vim: add debugger setupRobert Günzler2022-04-251-0/+100
|
* vim: also handle german spellingRobert Günzler2022-04-251-1/+1
|
* vim: fix EasyAlign spellingRobert Günzler2022-04-251-1/+1
|
* vim: add local telescope extension using job.luaRobert Günzler2022-04-202-0/+66
|
* vim: revert to tpope/vim-surroundRobert Günzler2022-04-201-5/+1
|
* vim: fix deprecated config for cmpRobert Günzler2022-04-201-3/+5
|
* vim: rework job.luaRobert Günzler2022-04-201-60/+51
|
* vim: add profiling setup to plugins.lua (disabled)Robert Günzler2022-04-151-0/+4
|
* vim: update plugins.luaRobert Günzler2022-04-151-281/+342
|
* vim: rework packer auto-compileRobert Günzler2022-04-151-8/+22
|
* vim: rework lsp.luaRobert Günzler2022-04-151-94/+123
|
* vim: fix job.lua quickfix reportingRobert Günzler2022-04-151-21/+24
|
* fixup! vim: use lua autocommandsRobert Günzler2022-04-151-4/+7
|
* vim: update colorsRobert Günzler2022-04-152-185/+150
|
* vim: move statusline into separate fileRobert Günzler2022-04-151-0/+224
|
* vim: use luasnipRobert Günzler2022-04-042-50/+185
|
* vim: adjust spell settingsRobert Günzler2022-02-091-1/+4
|