aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:53:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-28 21:53:46 +1300
commit0dbc9b35f9ae0c21390f2133406da3279af190c7 (patch)
tree1b0b94d784772dd35566da3ad6827f09e6163733 /IDEAS.md
parentMove format .vimrc config into subfile (diff)
downloaddotfiles-0dbc9b35f9ae0c21390f2133406da3279af190c7.tar.gz
dotfiles-0dbc9b35f9ae0c21390f2133406da3279af190c7.zip
Move BigFileMeasures() .vimrc func into subfile
Also add a note to IDEAS.md for later to consider packaging this as a proepr plugin, even if it doesn't actually leave the dotfiles repository just yet.
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index bba9e314..0a812167 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -19,3 +19,5 @@ Ideas
* I can probably get rid of all that nasty templated shell by writing
something that wraps around td(1df) and generates shell script to run, and
calls that via `eval`.
+* The BigFileMeasures() function in .vim/config/bigfile.vim should maybe be a
+ self-contained plugin rather than a config subfile.