aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Handle unset b:undo_ftplugin in Python VimTom Ryder2023-08-021-0/+8
|
* Add Vim filetype detection for RustTom Ryder2023-07-201-0/+4
|
* Set exports filetype in VimTom Ryder2023-07-201-0/+4
|
* Add missing comment to filetype.vimTom Ryder2023-07-201-0/+1
|
* Correct double-up in Vim python 'equalprg'Tom Ryder2023-07-171-1/+1
|
* Remove disused TextEditorAnywhere Vim supportTom Ryder2023-04-062-16/+0
|
* Update spellfile_local.vim to v2.0.0Tom Ryder2023-04-061-0/+0
|
* 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 strip_whitespace.vim to v3.3.0Tom Ryder2023-03-211-0/+0
|
* Update copy_linebreak.vim to v2.0.0Tom Ryder2023-03-151-0/+0
|
* Remove mention of X resource subfiles in Vim checkTom Ryder2023-02-111-2/+0
|
* Update vimrc comment to reflect new behaviorTom Ryder2022-12-101-4/+3
| | | | This was changed in a990df7, but I neglected to update the comment.
* Don't start POSIX-compliant Vim on "vi" nameTom Ryder2022-08-071-1/+1
|
* Update cgit URLsTom Ryder2022-08-061-13/+13
|
* Support SSH many-Host lines and config subfilesTom Ryder2022-08-041-5/+10
|
* Add .xprofileTom Ryder2022-07-271-0/+2
|
* Discard Neovim feature testTom Ryder2022-06-301-1/+1
| | | | fhis config don't support Neovim since 4ea0f85.
* 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.
* Add missing space in vimrc conditionalTom Ryder2022-06-301-1/+1
| | | | | Vim9 script requires this (which is how I noticed it), and it's tidier anyway.
* Return empty values for XDG on non-UnixTom Ryder2022-06-302-29/+24
| | | | This saves a mess of conditions in vimrc.
* Correct another typo in gtkrc filetype detectionTom Ryder2022-06-271-2/+2
|
* Correct typo in gtkrc Vim filetype detectionTom Ryder2022-06-271-1/+1
|
* Update/extend Vim filetypesTom Ryder2022-06-271-29/+78
|
* Correct swapped Vim filetype definitionsTom Ryder2022-06-271-2/+2
|
* 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-092-0/+7
|
* Update html_spelllang.vim to v0.2.0Tom Ryder2022-05-091-0/+0
|
* Spin Vim HTML lang switching out into pluginTom Ryder2022-05-093-75/+0
|
* Support <main> element for HTML Vim lang detectionTom Ryder2022-05-081-5/+5
|
* Remove daft quotes from vimrcTom Ryder2022-05-072-259/+259
|
* Add lang=-to-'spelllang' hooks for HTML filetypeTom Ryder2022-05-052-0/+75
|
* Add checking, tidying, and linting for PythonTom Ryder2022-05-033-0/+45
|
* Highlight jinja2 files with Django's rulesTom Ryder2022-05-022-0/+6
| | | | Good enough for now.
* Set Vim filetype for X startup scriptsTom Ryder2022-04-301-0/+3
|
* Don't let Vim change X terminal window titlesTom Ryder2022-04-271-0/+6
|
* Switch .xinitrc to .xsessionTom Ryder2022-04-271-1/+5
| | | | | | | | | | | | | | | | | | This is Debian-specific, but that's the only system with which I'm presently using X11 anyway. From Debian's startx(1): > Note that in the Debian system, what many people traditionally put in > the .xinitrc file should go in .xsession instead; this permits the > same X environment to be presented whether startx, xdm, or xinit is > used to start the X session. All discussion of the .xinitrc file in > the xinit(1) manual page applies equally well to .xsession. Keep in > mind that .xinitrc is used only by xinit(1) and completely ignored by > xdm(1). Indeed, everything just seems to work a bit better, probably because problems are more likely to be able to find the user instance of dbus.
* Correct path of YAML indent fileTom Ryder2022-04-091-0/+0
|
* Set two-spac indents for YAMLTom Ryder2022-04-091-0/+2
|
* Update spellfile_local.vim to v1.1.0Tom Ryder2022-04-041-0/+0
|
* Update redact_pass.vim to v2.2.1Tom Ryder2022-04-041-0/+0
|
* Use consistent punctuation in vimrc commentsTom Ryder2021-11-161-67/+67
|
* Remove <strong> tag from HTML timestamp prefixTom Ryder2021-04-251-1/+1
|
* Add support for Lua scriptsTom Ryder2021-02-131-0/+4
|
* Remove Perl-6/Raku support for the momentTom Ryder2021-02-132-12/+2
|
* Add Golang filetype for *.go to VimTom Ryder2021-02-031-0/+4
|
* Update spellfile_local.vim to v1.1.0Tom Ryder2020-11-281-0/+0
|