aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Add Vim mapping to switch to French spellingTom Ryder2023-04-031-7/+11
|
* Remove terminfo handling, including Vim settingsTom Ryder2023-03-211-11/+0
| | | | | I haven't used PuTTY in a long time now, and I don't actually use tmux's terminfo file. I think the time for these is past.
* Update cgit URLsTom Ryder2022-08-061-13/+13
|
* Explicitly cast terminal color count for comparingTom Ryder2022-06-301-1/+1
| | | | | Required by Vim script, which treats this value as a string, but a good call anyway.
* Return empty values for XDG on non-UnixTom Ryder2022-06-301-23/+18
| | | | This saves a mess of conditions in vimrc.
* Correct a comment's XDG descriptionTom Ryder2022-05-091-1/+1
|
* Move everything else in XDG cache into stateTom Ryder2022-05-091-14/+12
|
* Move saved views into $XDG_STATE_HOMETom Ryder2022-05-091-4/+4
|
* Move persistent undo files into $XDG_STATE_HOMETom Ryder2022-05-091-4/+4
|
* Add XDG_STATE_HOME to XDG supportTom Ryder2022-05-091-0/+2
|
* Remove daft quotes from vimrcTom Ryder2022-05-071-251/+251
|
* Don't let Vim change X terminal window titlesTom Ryder2022-04-271-0/+6
|
* Use consistent punctuation in vimrc commentsTom Ryder2021-11-161-67/+67
|
* Don't set XDG vars if not running under UnixTom Ryder2020-11-191-19/+24
|
* Rewrap comments in vimrcTom Ryder2020-10-231-7/+7
|
* Break some lines to line things upTom Ryder2020-10-091-6/+11
|
* Delete extra newlineTom Ryder2020-10-041-2/+1
|
* Refactor patch testing into new patch#() wrapperTom Ryder2020-10-031-13/+13
| | | | This is a little more efficient, and perhaps a bit clearer, too.
* Simplify/correct vimrc matching rulesTom Ryder2020-09-191-11/+3
| | | | | It looks like :doautocmd doesn't actually expand variables like $MYVIMRC; I could have sworn it did...
* Add Newsbeuter->Newsboat spelling correctionsTom Ryder2020-09-191-1/+5
|
* Lower 'history' to 300 to keep startup snappyTom Ryder2020-09-191-11/+9
|
* Use consistent spacingTom Ryder2020-09-181-2/+2
|
* Separate 'dictionary' and 'thesaurus' settingsTom Ryder2020-09-171-10/+13
|
* Move plugin-dependent config to vim/after filesTom Ryder2020-09-171-51/+1
|
* Correct and extend 'backupskip' patterns for .gitTom Ryder2020-09-141-6/+8
|
* Remove outdated comment on 'dictionary' settingTom Ryder2020-09-121-11/+2
|
* Set 'backupskip', and have g:undofileskip copy itTom Ryder2020-09-121-19/+37
|
* Add Vim digraph for zero-width space (zs)Tom Ryder2020-07-191-1/+6
|
* Correct a spelling error in a commentTom Ryder2020-07-091-2/+2
|
* Add 'spelloptions' `camel` flag in VimTom Ryder2020-06-111-1/+12
|
* Add a reader quote to vimrcTom Ryder2020-06-081-1/+6
|
* Adjust layout of quoteTom Ryder2020-06-081-2/+2
|
* Remove two outdated commentsTom Ryder2020-06-021-6/+2
|
* Reference don't copy vimrc source/save checksTom Ryder2020-06-021-3/+3
|
* Correct the vimrc SourceCmd hook pathTom Ryder2020-06-021-1/+1
|
* Remove fortune.vim pluginTom Ryder2020-06-011-6/+1
| | | | Fun idea but not really that useful.
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
| | | | | I'm still not entirely happy with this, but not quite sure how else to handle it yet.
* Rewrite and rewrap a comment block in vimrcTom Ryder2020-05-211-5/+5
|
* Correct two command references in vimrc commentTom Ryder2020-05-211-2/+2
|
* Remove inappropriate reverse() callTom Ryder2020-05-171-3/+3
|
* Remove vestigial reference to $MYVIM without condTom Ryder2020-05-161-2/+2
|
* Update updated date in vimrcTom Ryder2020-05-161-1/+1
|
* Correct some poor writingTom Ryder2020-05-161-4/+3
|
* Bail from Vim if &runtimepath is emptyTom Ryder2020-05-161-2/+3
| | | | Really shouldn't happen, but probably worth catching.
* Write out over-engineered path creation functionTom Ryder2020-05-161-18/+2
|
* Switch XDG semantics to functions not global varTom Ryder2020-05-161-64/+56
|
* Don't put spell in cache, update spell pluginTom Ryder2020-05-151-10/+1
| | | | | | Spell files should go in the XDG data dirs, ideally; update to a version of spellfile_local.vim that allows that, with the necessary configuration in ~/.vim/after/plugin.
* Rewriting commentary on vimrcTom Ryder2020-05-111-48/+85
|
* Remove unneeded <silent> modifiers from mapsTom Ryder2020-05-111-5/+5
|
* Break map definitions consistentlyTom Ryder2020-05-111-29/+55
|