aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Future-proof README.md discussion of Vim pluginsTom Ryder2018-07-051-6/+2
|
* Add mked(1df) and mkvi(1df)Tom Ryder2018-07-031-0/+3
|
* Provide install-neovim targetTom Ryder2018-07-021-9/+6
|
* Don't shout in CJK in README.md.Tom Ryder2018-07-021-1/+1
|
* Update README.md about Vim mappingsTom Ryder2018-06-251-10/+11
|
* Add note about compiler scriptsTom Ryder2018-06-171-0/+8
|
* Replace mail_mutt.vim with mim(1df)Tom Ryder2018-06-071-0/+1
| | | | Way better, and more generally useful.
* Update README.md's Vim sectionTom Ryder2018-06-061-8/+20
|
* Update README.md about Vim pluginsTom Ryder2018-05-311-8/+7
|
* Correct typoTom Ryder2018-05-311-1/+1
|
* Update README.md to reflect Vim plugin stateTom Ryder2018-05-311-7/+9
|
* Fix unsafe example in README.mdTom Ryder2018-02-191-1/+1
| | | | | The variable needs to be quoted in this context to avoid wordsplitting and glob expansion.
* Add Makefile tweak for Neovim installationTom Ryder2018-02-161-0/+15
| | | | | | | A cursory test suggests that all of this configuration works well on Neovim, or at least the bad stuff is gracefully ignored. Allow changing the destination path for ~/.vimrc and ~/.vim/config to suit Neovim's paths, including some instructions and some bloviating in README.md.
* Remove Pathogen from Vim setupTom Ryder2018-01-231-2/+2
| | | | | | | Given that all of this is installed rather than symbolically linked, there's not really any harm following the old mixed ~/.vim layout for plugins. It's one less dependency and it makes the setup quite a bit less complicated.
* Remove --batch option and wrapper for gpg(1)Tom Ryder2017-12-291-1/+0
| | | | | | | | This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb.
* Switch from newsbeuter to newsboatTom Ryder2017-12-281-1/+1
| | | | | | Newsbeuter is no longer maintained: <https://github.com/akrennmair/newsbeuter/commit/7c981f460d6c8c3690f140cbb279c277dc8f55fe>
* Use consistent indentation for bulleted list itemsTom Ryder2017-11-231-318/+311
|
* Mention the Vim plugin dist target in README.mdTom Ryder2017-11-151-4/+5
|
* Mention Vim restructuring in READMETom Ryder2017-11-121-2/+4
|
* Spell-checked and corrected README.mdTom Ryder2017-11-071-36/+36
| | | | | I need to decide whether I'm using NZ or US English. I've made all of this US English for now.
* Add heading for Vim plugins subsectionTom Ryder2017-11-041-0/+2
|
* Update README to mention Vim pluginsTom Ryder2017-11-041-1/+11
|
* Add ~/.tidyrc and accompanying Makefile targetTom Ryder2017-11-041-0/+1
| | | | | | | | | This target also installs a short shell script in ~/.profile.d to set and export the HTML_TIDY environment variable that defines the path to the configuration file. tidy(1) seems to need this to be explicitly set with a default build, as far as I can tell. This pairs nicely with the settings in vim/ftplugin/html.vim.
* Update documentation to reflect ftplugin changesTom Ryder2017-11-041-2/+6
|
* Correct two paths in README.markdownTom Ryder2017-10-301-2/+2
| | | | | We're referring to the installed path and not the sourced path in this paragraph.
* Replace PerlCritic HTTPS URL prefix with HTTPTom Ryder2017-10-301-1/+1
| | | | perlcritic.com does not seem to support HTTPS.
* Add a `lint-vim` target for linting Vim configTom Ryder2017-10-301-4/+14
| | | | | | | | | Since I know there's a usable tool for this now in vim-vint, I may as well make a target for my own convenience later. Updated the README.markdown documentation of the `lint-*` targets, restructuring the paragraph into a nested list for clarity. Also updated the `dotfiles(7)` manual page to reflect those changes.
* Adjust description of Vim configurationTom Ryder2017-10-291-7/+12
| | | | Mostly to reflect its split into subfiles in ~/.vim/config.
* Rename .markdown files to .mdTom Ryder2017-10-281-0/+603
|
* Rename, reorganise, hard-wrap README file.Tom Ryder2012-05-281-19/+0
| | | | | Sorry to anyone watching the repository, I'm still kind of enthralled with Markdown.
* Wrong license.Tom Ryder2012-05-221-1/+1
|
* Add URL to my name as a linkTom Ryder2012-05-221-1/+1
|
* Correct Markdown URL errorTom Ryder2012-05-221-1/+1
|
* Rename installation scriptTom Ryder2012-05-221-1/+1
|
* Install script should clone executablyTom Ryder2012-05-221-1/+1
|
* Add warning about submodulesTom Ryder2012-05-221-1/+1
|
* Replace README with Markdown, add licenseTom Ryder2012-05-221-0/+19
I'll improve on this a bit later.