diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-28 21:53:46 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-28 21:53:46 +1300 |
commit | 0dbc9b35f9ae0c21390f2133406da3279af190c7 (patch) | |
tree | 1b0b94d784772dd35566da3ad6827f09e6163733 /IDEAS.md | |
parent | Move format .vimrc config into subfile (diff) | |
download | dotfiles-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |