aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Use long command names in vimrcDavid Runge2022-12-091-1/+2
| | | | | .vimrc: Use long command names in vimrc
* vim: Do not use themeDavid Runge2022-05-011-3/+0
| | | | | .vimrc: Do not use a theme.
* vimrc: Switch to twilight colorschemeDavid Runge2022-03-091-1/+1
| | | | | .vimrc: Use twilight colorscheme.
* .vimrc: Remove unused, custom functions/settingsDavid Runge2021-02-071-7/+0
| | | | | .vimrc: Remove includes for functions and settings no longer used.
* .vimrc: Add settings for gopass, scnvim and ultisnipsDavid Runge2021-02-071-0/+19
| | | | | | | | .vimrc: Add settings to not create tmp and history files when editing secrets for gopass. Add settings for scnvim. Add settings for ultisnips.
* .vimrc: Removing vim addon manager stuff. It's easier to install it via ↵David Runge2019-10-191-21/+0
| | | | packages or vim's build in plugin support.
* .vimrc: Adding ~/.vim/untracked-settings.vim as a place to drop sensitive ↵David Runge2018-11-241-0/+5
| | | | data needed for some plugins.
* .vimrc: Removing sourcing of .scvimrc (scvim is now a separate filetype plugin).David Runge2017-04-291-2/+6
|
* .vimrc: Switching to foldmethod syntax and enabling folds by default.David Runge2017-03-161-3/+6
|
* .vimrc: Setting pablo colorscheme as default.David Runge2016-01-041-0/+3
|
* .vimrc: Activating filetype plugin and indent.David Runge2015-12-311-2/+2
|
* .vimrc: Adding .scvimrc to the list of sourced configurations.David Runge2015-03-251-1/+1
|
* .vimrc: Setting default locale to utf-8David Runge2014-12-081-0/+3
|
* vim: Switching from yadr to VAM. Includes all modifications for vimrc, the ↵David Runge2014-10-311-0/+118
loading of plugins and their customization.