| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vim: add some more foldmarkers to plugins.lua | Robert Günzler | 2022-06-15 | 1 | -7/+7 |
| | | |||||
| * | vim: drop lspkind, vendor in symbol mapping | Robert Günzler | 2022-06-15 | 2 | -33/+48 |
| | | |||||
| * | vim/lsp: make all keymaps local to the attached buffer | Robert Günzler | 2022-06-15 | 1 | -24/+21 |
| | | |||||
| * | vim: use a global to configure floating window border | Robert Günzler | 2022-06-15 | 3 | -4/+4 |
| | | |||||
| * | vim: use winbar for file title, free up statusbar | Robert Günzler | 2022-06-15 | 1 | -23/+43 |
| | | | | | | navic/lsp-status/lsp_diagnostics show in the new free spot in the statusbar | ||||
| * | vim: add navic plugin | Robert Günzler | 2022-06-15 | 2 | -12/+27 |
| | | | | | to show the current location inside the AST | ||||
| * | vim: add gdbserver configuration to DAP config | Robert Günzler | 2022-06-15 | 1 | -5/+31 |
| | | |||||
| * | vim: replace easy-align with small lua module | Robert Günzler | 2022-06-15 | 2 | -5/+103 |
| | | | | | with support for inccommand preview | ||||
| * | vim: juggle around colorscheme implementation | Robert Günzler | 2022-06-15 | 3 | -39/+64 |
| | | |||||
| * | vim: update himalaya config | Robert Günzler | 2022-05-27 | 1 | -2/+18 |
| | | |||||
| * | vim: update spellfile location | Robert Günzler | 2022-05-27 | 1 | -3/+2 |
| | | |||||
| * | vim: gracefully handle absence of spinner.nvim | Robert Günzler | 2022-05-27 | 4 | -14/+15 |
| | | |||||
| * | vim: gracefully handle non-existant 'fortune' binary | Robert Günzler | 2022-05-27 | 1 | -2/+5 |
| | | |||||
| * | vim: properly setup packer on fresh system | Robert Günzler | 2022-05-27 | 1 | -11/+21 |
| | | |||||
| * | vim: update lua snippets | Robert Günzler | 2022-05-27 | 1 | -19/+45 |
| | | |||||
| * | vim: improve find_files/live_grep wrappers | Robert Günzler | 2022-05-27 | 1 | -13/+26 |
| | | |||||
| * | vim: update alpha config | Robert Günzler | 2022-05-27 | 1 | -45/+125 |
| | | |||||
| * | vim: enable guess-indent | Robert Günzler | 2022-05-27 | 1 | -12/+4 |
| | | |||||
| * | vim: disable autoload for some plugins | Robert Günzler | 2022-05-27 | 1 | -5/+5 |
| | | |||||
| * | vim: update cmp config | Robert Günzler | 2022-05-27 | 1 | -43/+41 |
| | | |||||
| * | vim: add gotmpl tree-sitter support | Robert Günzler | 2022-05-27 | 1 | -0/+9 |
| | | |||||
| * | vim: update null-ls config | Robert Günzler | 2022-05-27 | 1 | -27/+7 |
| | | |||||
| * | vim: use telescope plugins for lsp code actions | Robert Günzler | 2022-05-27 | 1 | -3/+17 |
| | | |||||
| * | vim: update lightbulb config | Robert Günzler | 2022-05-27 | 1 | -32/+9 |
| | | |||||
| * | vim: update dirbuf config | Robert Günzler | 2022-05-27 | 1 | -1/+2 |
| | | |||||
| * | vim: update gitsigns config | Robert Günzler | 2022-05-27 | 1 | -1/+41 |
| | | |||||
| * | vim: stop lua-lsp on PackerRecompile | Robert Günzler | 2022-05-27 | 1 | -0/+5 |
| | | |||||
| * | vim: update lua lsp settings | Robert Günzler | 2022-05-27 | 1 | -6/+33 |
| | | |||||
| * | vim: update lsp configuration | Robert Günzler | 2022-05-27 | 1 | -70/+58 |
| | | |||||
| * | vim: update hardmode keybinds | Robert Günzler | 2022-05-27 | 1 | -27/+7 |
| | | |||||
| * | vim: add more highlights | Robert Günzler | 2022-05-27 | 1 | -16/+53 |
| | | |||||
| * | vim: register keybinds with which-key | Robert Günzler | 2022-05-27 | 6 | -89/+128 |
| | | |||||
| * | vim: don't automatically show diagnostics-float | Robert Günzler | 2022-05-27 | 1 | -10/+3 |
| | | |||||
| * | vim: add debugger setup | Robert Günzler | 2022-04-25 | 1 | -0/+100 |
| | | |||||
| * | vim: also handle german spelling | Robert Günzler | 2022-04-25 | 1 | -1/+1 |
| | | |||||
| * | vim: fix EasyAlign spelling | Robert Günzler | 2022-04-25 | 1 | -1/+1 |
| | | |||||
| * | vim: add local telescope extension using job.lua | Robert Günzler | 2022-04-20 | 2 | -0/+66 |
| | | |||||
| * | vim: revert to tpope/vim-surround | Robert Günzler | 2022-04-20 | 1 | -5/+1 |
| | | |||||
| * | vim: fix deprecated config for cmp | Robert Günzler | 2022-04-20 | 1 | -3/+5 |
| | | |||||
| * | vim: rework job.lua | Robert Günzler | 2022-04-20 | 1 | -60/+51 |
| | | |||||
| * | vim: add profiling setup to plugins.lua (disabled) | Robert Günzler | 2022-04-15 | 1 | -0/+4 |
| | | |||||
| * | vim: update plugins.lua | Robert Günzler | 2022-04-15 | 1 | -281/+342 |
| | | |||||
| * | vim: rework packer auto-compile | Robert Günzler | 2022-04-15 | 1 | -8/+22 |
| | | |||||
| * | vim: rework lsp.lua | Robert Günzler | 2022-04-15 | 1 | -94/+123 |
| | | |||||
| * | vim: fix job.lua quickfix reporting | Robert Günzler | 2022-04-15 | 1 | -21/+24 |
| | | |||||
| * | fixup! vim: use lua autocommands | Robert Günzler | 2022-04-15 | 1 | -4/+7 |
| | | |||||
| * | vim: update colors | Robert Günzler | 2022-04-15 | 2 | -185/+150 |
| | | |||||
| * | vim: move statusline into separate file | Robert Günzler | 2022-04-15 | 1 | -0/+224 |
| | | |||||
| * | vim: use luasnip | Robert Günzler | 2022-04-04 | 2 | -50/+185 |
| | | |||||
| * | vim: adjust spell settings | Robert Günzler | 2022-02-09 | 1 | -1/+4 |
| | | |||||