about summary refs log tree commit diff stats
path: root/apps/tile/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-23 21:43:23 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-23 21:43:23 -0700
commit91a254de165ade5f07285101e5adf37fd5ffe99b (patch)
tree70fd2544184c3a47307870ed45e181cbe6a6d3fc /apps/tile/vimrc.vim
parent3702858928fa5ff4fef363f286462114096e0592 (diff)
downloadmu-91a254de165ade5f07285101e5adf37fd5ffe99b.tar.gz
6842 - hackily load local Vim settings
I have scripts to load vimrc.vim from the directory of the file being edited.
This hack loads vimrc.vim from the top-level mu/ directory when I edit
files in some common directories.
Diffstat (limited to 'apps/tile/vimrc.vim')
-rw-r--r--apps/tile/vimrc.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tile/vimrc.vim b/apps/tile/vimrc.vim
new file mode 100644
index 00000000..348fe364
--- /dev/null
+++ b/apps/tile/vimrc.vim
@@ -0,0 +1,2 @@
+" when opening files in this directory, load vimrc from cwd (top-level)
+source vimrc.vim