From e70de13287c7a7a0a408075b7954e9d14ed606bf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 31 May 2018 17:41:20 +1200 Subject: Initial commit Copied with minimal changes from tejr's dotfiles suite, v0.36.0. --- README.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..0bb2cba --- /dev/null +++ b/README.markdown @@ -0,0 +1,15 @@ +big\_file\_options.vim +====================== + +This plugin adds an `autocmd` hook to check the file size of an incoming +buffer, and if it's over a certain threshold, disables certain options in order +to make the file a bit easier to edit. It disables backups, swap files, undo +files, and by default syntax highlighting. + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself. +See `:help license`. + +[1]: https://sanctum.geek.nz/ -- cgit v1.2.3