summary refs log tree commit diff
path: root/.vim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vim: update 2021-02-23T13:26:28Z+01:00Robert Günzler2021-04-268-19/+52
|
* Move to lua based vimrcRobert Günzler2021-04-2674-2579/+2054
|
* Update 2021-01-21T18:33:10ZRobert Günzler2021-01-216-15/+29
|
* vim: big update; move lots of things to luaRobert Günzler2021-01-2124-2856/+936
|
* vim: update after/ftplugin/*Robert Günzler2021-01-217-3/+45
|
* vim: update snippetsRobert Günzler2021-01-215-7/+179
|
* vim: highlight yanked textRobert Günzler2020-07-071-0/+5
|
* vim: add InsertTS commandRobert Günzler2020-06-291-0/+1
|
* vim: remove err snippet, add http handler snippet for goRobert Günzler2020-06-291-4/+3
|
* vim: let vimwiki use markdown snippetsRobert Günzler2020-06-292-0/+7
|
* vim: load vimwiki when using goto commandRobert Günzler2020-06-292-7/+2
|
* vim: swap lsp bindings for goto definitionRobert Günzler2020-06-291-2/+2
|
* vim: use ayu for day themeRobert Günzler2020-06-292-2/+4
|
* vim: fix clap layout configRobert Günzler2020-06-231-6/+7
| | | | | NOTE: the way clap renders itself on neovim seems to not handle terminal resizes very well
* vim: lazy-load vimwiki plugin, add aucmds when opening wiki pageRobert Günzler2020-06-172-3/+8
|
* vim: fix bad clap interaction with lightlineRobert Günzler2020-06-171-0/+6
|
* vim: vista: s/coc/nvim-lsp/Robert Günzler2020-06-172-11/+16
| | | | also change the lsp bindings
* vim: use 'url-launcher' as url handlerRobert Günzler2020-06-171-0/+2
|
* vim: cleanup mappings, some formattingRobert Günzler2020-06-171-15/+13
|
* vim: update listcharsRobert Günzler2020-06-172-5/+5
|
* vim: tweak daymode, move to yui for day themeRobert Günzler2020-06-174-25/+37
|
* vim: add buffer and tab info to statuslineRobert Günzler2020-06-131-14/+22
|
* vim: drop bufferlineRobert Günzler2020-06-132-14/+9
|
* vim: explicit neomake highlightingRobert Günzler2020-06-131-4/+15
|
* vim: replace custom zettel stuff with vimwikiRobert Günzler2020-06-014-47/+13
|
* vim: tweak papercolor_dark buflineRobert Günzler2020-06-011-27/+30
|
* vim: remove coc and add nvim-lsp+complRobert Günzler2020-06-015-214/+57
|
* vim: allow making daymode defaultRobert Günzler2020-06-011-0/+5
|
* vim: use nvim-lsp + completion-nvim instead of cocRobert Günzler2020-05-254-18/+30
|
* vim: automatically set year in ebuild snippetRobert Günzler2020-05-251-1/+1
|
* vim: Add cwd to pathRobert Günzler2020-04-291-0/+1
|
* vim: cleanup goyo/limelight integrationRobert Günzler2020-04-101-17/+24
|
* vim: fix eapi7 snippetRobert Günzler2020-04-101-1/+1
|
* vim: improve auto-saving of emailsRobert Günzler2020-02-281-6/+1
|
* vim: use markdown snippets for zettel wikiRobert Günzler2020-02-281-3/+1
|
* vim: Modify zettel helpers for revised systemRobert Günzler2020-02-132-16/+19
| | | | | | Instead of the zettelkasten system for vim inspiried by the blog post I initially followed I will be using a more structured approach based on bullet journaling.
* vim: Put hardmode bindings under capital lettersRobert Günzler2020-02-131-12/+12
| | | | to avoid collision with w for word-jumping
* vim: Improve the ebuild snippetRobert Günzler2020-01-301-2/+2
|
* vim: Suppress tabline when editing mailRobert Günzler2020-01-291-0/+1
|
* Intial commit of v2Robert Günzler2020-01-2659-0/+4863
See https://drewdevault.com/2019/12/30/dotfiles.html