summary refs log tree commit diff
path: root/.vim/lua/plugins.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* vim: use a global to configure floating window borderRobert Günzler2022-06-151-3/+2
|
* vim: add navic pluginRobert Günzler2022-06-151-0/+9
| | | | to show the current location inside the AST
* vim: replace easy-align with small lua moduleRobert Günzler2022-06-151-5/+0
| | | | with support for inccommand preview
* vim: update himalaya configRobert Günzler2022-05-271-2/+18
|
* vim: gracefully handle absence of spinner.nvimRobert Günzler2022-05-271-1/+0
|
* 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 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: register keybinds with which-keyRobert Günzler2022-05-271-75/+65
|
* vim: don't automatically show diagnostics-floatRobert Günzler2022-05-271-10/+3
|
* vim: fix EasyAlign spellingRobert Günzler2022-04-251-1/+1
|
* vim: add local telescope extension using job.luaRobert Günzler2022-04-201-0/+3
|
* 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: 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: use luasnipRobert Günzler2022-04-041-18/+139
|
* vim: add aucmds for quitting buffers/windowsRobert Günzler2022-02-091-6/+6
|
* vim: add neorgRobert Günzler2022-02-091-0/+69
|
* vim: add tree-sitter playgroundRobert Günzler2022-02-091-0/+1
|
* vim: null-ls: disable golangci-lintRobert Günzler2022-02-091-28/+25
|
* vim: prettify completion menuRobert Günzler2022-02-081-2/+51
|
* vim: use tree-sitter for markdownRobert Günzler2022-02-081-2/+18
|
* vim: replace dirvish with dirbufRobert Günzler2022-02-081-3/+5
|
* vim: fix gitsigns highlightsRobert Günzler2022-02-081-13/+7
|
* vim: install zk-nvim pluginRobert Günzler2022-02-081-0/+22
|
* vim: use plugin to remember position in fileRobert Günzler2022-02-081-0/+3
|
* vim: auto-compile after editing plugins.luaRobert Günzler2022-02-081-0/+4
|
* vim: disable custom code action handlerRobert Günzler2022-02-081-3/+1
|
* fixup! vim: use builtin vim.keymapRobert Günzler2022-02-081-7/+7
|
* vim: fix builtin diagnosticsRobert Günzler2022-02-081-0/+2
|
* vim: replace spinner with lsp-statusRobert Günzler2022-02-081-0/+11
|
* vim: use tree-sitter foldingRobert Günzler2022-02-081-13/+12
|
* vim: use builtin vim.keymapRobert Günzler2022-02-081-32/+34
|
* vim: install orgmode treesitter parserRobert Günzler2021-12-071-0/+13
|
* vim: fix TS enabled tableRobert Günzler2021-12-071-23/+22
|
* vim: add shortcut to edit config to startup screenRobert Günzler2021-12-071-0/+1
|
* vim: use vim.env.HOMERobert Günzler2021-12-071-13/+16
|
* vim: replace signify with gitsigns + add impatientRobert Günzler2021-12-071-42/+38
|