summaryrefslogtreecommitdiff
path: root/vimrc
Commit message (Collapse)AuthorAge
* vim: map K to hover popup with lspReiner Herrmann2024-03-03
|
* vim: call lsp functions only when plugin has been loadedReiner Herrmann2023-11-25
|
* vim: add LSP servers only if lsp binaries are availableReiner Herrmann2023-11-02
|
* vim: replace vim-lsc with lspReiner Herrmann2023-11-02
| | | | | | vim-lsc development seems to stagnate, and lsp seems to be already more feature-rich. lsp requires vim9, but this is available in current Debian stable.
* vim: update tabstop settingsReiner Herrmann2023-11-01
|
* vim: load distributed editorconfig pluginReiner Herrmann2023-11-01
|
* vim: disable automatically loaded standard plugins that are not neededReiner Herrmann2023-11-01
|
* vim: use ripgrep + fzf for grep shortcutReiner Herrmann2022-10-03
|
* vim: set tabstop for vimwiki filesReiner Herrmann2022-05-01
|
* vim: enable spell checking for mailsReiner Herrmann2022-05-01
|
* vim: use srcery colorschemeReiner Herrmann2022-05-01
|
* vim: replace --vimgrep with custom parametersReiner Herrmann2021-03-13
| | | | | | | --vimgrep will print multiple lines if the word has been found multiple times per line. One result per line is sufficient and will keep the result buffer more tidy.
* vim: grep for full wordsReiner Herrmann2021-03-13
|
* vim: change Pmenu highlight from default (magenta) to darkgrayReiner Herrmann2021-01-02
| | | | | magenta doesn't look nice and does not work well with syntax highlighting. see: https://github.com/natebosch/vim-lsc/issues/359
* vimrc: add settings for vim-lscReiner Herrmann2020-10-25
|
* select histogram diff in vim and gitReiner Herrmann2020-02-17
| | | | | Scientifically determined to be the best one for code: https://link.springer.com/article/10.1007/s10664-019-09772-z
* vimrc: some cleanup; update submodulesReiner Herrmann2019-10-17
|
* vimrc: use popup instead of preview window for completionsReiner Herrmann2019-10-17
|
* vimrc: set highlighting for CursorLineNr to restore behaviour of previous ↵Reiner Herrmann2019-10-16
| | | | version
* vim: use upwards search for tags file inside .git/Reiner Herrmann2019-10-05
| | | | this was previously done automatically by fugitive, but has been removed.
* vimrc: use airline's tab lineReiner Herrmann2019-08-01
|
* vimrc: set wildmenu/wildmode for bash-like command completionReiner Herrmann2019-08-01
|
* vimrc: use rg instead of ag for greppingReiner Herrmann2019-03-24
|
* vim: add fzf plugin and update other submodulesReiner Herrmann2019-03-24
|
* vim: remove outdated comment and update submodulesReiner Herrmann2018-11-24
|
* vimrc: use F3 to toggle bufexplorer instead of only opening split windowReiner Herrmann2018-11-24
|
* vimrc: decrease updatetime to get earlier gitgutter updatesReiner Herrmann2018-11-24
|
* vimrc: define key mapping for grepping word under cursorReiner Herrmann2017-02-26
|
* vim: use native packages instead of pathogenReiner Herrmann2017-02-26
|
* vim: replace syntastic with ale; update submodulesReiner Herrmann2017-02-26
|
* vimrc: define convenience wrapper function for grepReiner Herrmann2016-12-29
| | | | | | Plain :grep keeps output open and waits for confirmation before returning to vim, doesn't show the quicklist and jumps to the first result.
* vim: replace ag.vim with grepprg settingReiner Herrmann2016-09-28
| | | | | | ag.vim is deprecated and has unclear licensing. https://github.com/rking/ag.vim/issues/124#issuecomment-227038003
* vimrc: wombat theme no longer available; update submodulesReiner Herrmann2016-03-19
|
* vimrc: different indentation for YAMLReiner Herrmann2016-03-16
|
* vim: added gnupg moduleReiner Herrmann2016-01-15
| | | | | - updated submodules - moved git:// submodules to https://
* vimrc: use visible tab characterReiner Herrmann2015-12-18
|
* vim: set number/relativenumber globally; updated submodulesReiner Herrmann2015-01-29
|
* vim: several changesReiner Herrmann2014-08-26
| | | | | | | | - added neocomplete module - disabled arrow keys - enabled backspacing (saw a system where it was disabled by default) - enabled hlsearch for pager - updated submodules
* vim: added modeline, changed indentation; updated submodulesReiner Herrmann2014-07-12
|
* vim: added syntastic moduleReiner Herrmann2014-06-28
|
* vim: show cursorline only in active window; updated submodulesReiner Herrmann2014-06-28
|
* vim: enabled man ftplugin (for :Man and \K)Reiner Herrmann2014-06-07
|
* vim: shiftwidth, nohlsearch mapping, submodulesReiner Herrmann2014-02-15
| | | | | | | - reenabled shiftwidth (for correct autoindenting) - changed nohlsearch mapping from enter to space (enter already used in e.g. Quickfix window) - updated submodules
* vimrc: line numbers only for certain source files; enabled relative line numbersReiner Herrmann2014-02-06
|
* vimrc: indent with tabs; enabled numbering; removed bad key mappingsReiner Herrmann2014-02-05
|
* Initial commit with vim configReiner Herrmann2014-02-02