aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* uuu uuu(6df)uuuuTom Ryder2019-12-201-0/+1
|
* Refactor indent macros into autoload functionTom Ryder2019-12-181-10/+1
| | | | Much nicer.
* Fix indentation of a Makefile lineTom Ryder2019-12-181-1/+1
|
* Put common indent setting patterns in macrosTom Ryder2019-12-181-1/+10
|
* Specify some interdependencies in Vim configTom Ryder2019-12-181-2/+2
|
* Add phpcsff(1df)Tom Ryder2019-11-291-0/+4
|
* Include signatureTom Ryder2019-08-171-1/+5
|
* Add defang(1df)Tom Ryder2019-08-021-0/+1
| | | | | | | | | ><tejr> I learned the word "defang" today as applied to URLs ><tejr> I knew about the practice but not what it was called ><tejr> Now I am writing a little script to do it for me ><russm> tejr: pip install defang ? ><tejr> Why you gotta be like that, russm ><tejr> Let me have my three-line sed script
* Reduce GnuPG config considerablyTom Ryder2019-07-131-13/+2
| | | | | Pretty sure I just got hit by this: <https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f>
* Revert to vimrc filenameTom Ryder2019-06-221-3/+3
|
* Rename vimrc and gvimrc to have .vim suffixTom Ryder2019-06-201-2/+2
| | | | | Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
* Add vic(1df)Tom Ryder2019-06-181-0/+1
|
* Set target dependencies on install-vim-autoloadTom Ryder2019-06-161-3/+3
|
* Drop support for NeovimTom Ryder2019-06-131-6/+0
| | | | It's just annoying.
* Explicitly create Vim $MYVIM/cache dirTom Ryder2019-06-131-0/+1
| | | | | | | This directory would be created incidentally if it doesn't already exist, due to the presence of the `-p` flag for the `mkdir` call, but it's a little clearer what we're doing if we explicitly create it as the first argument.
* Create Vim cache dir for new 'spellfile' locationTom Ryder2019-06-131-0/+1
| | | | | | | | | Commit c0bab95, released in v5.31.0, moved the location of the 'spellfile' from the default of the "spell" subdir in the path in the first element of &runtimedir to a custom path of $MYVIM/cache/spell. The applicable code includes an attempt to create that directory should it not already exist, but it's appropriate to create it at install time anyway.
* Add Makefile target to install free thesaurusTom Ryder2019-06-061-0/+6
|
* Add check/lint for git-template-hooks to targetTom Ryder2019-05-291-0/+2
|
* Add pre-commit hookTom Ryder2019-05-291-0/+1
|
* Exclude files with extension from Git hooksTom Ryder2019-05-291-1/+1
| | | | | Possibly a little crude, but there are no filenames that should be installed with periods in their names yet, so it'll do for now.
* Correct name of message filter hookTom Ryder2019-05-291-2/+2
|
* Add an attempt at a commit merge message filterTom Ryder2019-05-291-1/+2
| | | | | | The idea is to automatically strip out semver version number bumps from commit merge logs, and maybe other nonsense later on. Let's see how well this works.
* Don't install .sh files from Git hooksTom Ryder2019-05-291-1/+1
|
* Add check and lint targets for git template hooksTom Ryder2019-05-291-0/+8
|
* Add first attempt at Git template dirTom Ryder2019-05-291-2/+12
|
* Remove per-system vimrc fixingTom Ryder2019-05-241-5/+0
| | | | This is just overkill. Move the useful bits into the vimrc.
* Remove en passant assignment from MakefileTom Ryder2019-05-181-1/+1
|
* Move single ftdetect rule into filetype.vimTom Ryder2019-05-181-6/+0
|
* Don't clean up the dotfiles(7df) manualTom Ryder2019-05-171-1/+0
| | | | It's versioned.
* Correct path to dotfiles(7df) manual clean targetTom Ryder2019-05-171-1/+1
|
* Revert "Dispense with system-dependent files"Tom Ryder2019-05-171-0/+5
| | | | | | This reverts commit 1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658. Already found problems--trips up using the -V command line option.
* Dispense with system-dependent filesTom Ryder2019-05-161-5/+0
| | | | Let's see how well just :set all& works.
* Add GVIMRC Makefile variableTom Ryder2019-01-151-1/+3
|
* Further attempts at sane Emacs VISUAL settingTom Ryder2019-01-041-1/+4
|
* Add my new .emacs fileTom Ryder2019-01-011-0/+4
|
* Use "stub .vimrc" method to dodge vim-tinyTom Ryder2018-12-041-1/+2
|
* Make separate install-bash-completion targetTom Ryder2018-12-021-1/+5
| | | | Don't make it a default just yet, either.
* Remove redundant element from install scripts pathTom Ryder2018-11-301-2/+2
|
* Add config file for mpvTom Ryder2018-11-251-0/+5
| | | | | | Only one line so far, but it's a good one: don't open a new window to try to show me album art when I play FLACs, especially since it doesn't work.
* Remove a lot of alignment spacingTom Ryder2018-11-231-3/+3
|
* Add a dillorc fileTom Ryder2018-11-221-0/+12
| | | | | | | | | I'm using this browser on an old ThinkPad. Firefox runs, but it's slow, and lately I'm spending a lot of time on sites that don't require JavaScript or anything like that. Let's see how this goes. The `save_dir` doesn't accept tildes in it as a shorthand for the home directory, so I've had to template it with mi5->m4.
* Correct sxhkd installation pathTom Ryder2018-11-211-1/+1
|
* Add Bash settings to Vim readline highlightingTom Ryder2018-11-161-1/+7
| | | | | This includes the creation of a hitherto-unneeded Makefile target install-vim-syntax.
* Scrap the nvim.vim runtime includeTom Ryder2018-09-051-1/+0
| | | | | It's overkill; just add comments explaining why we're setting what the Vim default is.
* Move NeoVim-specific config to subfileTom Ryder2018-07-261-2/+3
|
* Correct VIMRC path for NeoVim install targetTom Ryder2018-07-251-1/+1
|
* Scrap auto_cache_dirs plugin for a new approachTom Ryder2018-07-181-1/+7
| | | | | | | | Trying this instead; creating the relevant directories at install time. Also putting all three under one "cache" subdir of ~/.vim or ~/vimfiles. I'm not sure this is actually better, but I do like that the relevant options are now set in the .vimrc rather than in a plugin, so I guess we'll see.
* Add extra Perl file detection rulesTom Ryder2018-07-091-0/+6
|
* Specify which Vim to run in MakefileTom Ryder2018-07-091-1/+3
|
* Rearrange Makefile for Neovim installTom Ryder2018-07-071-6/+5
|