From 4ac4097406034575e6328ffb3772def6b2342291 Mon Sep 17 00:00:00 2001 From: Andrew De Ponte Date: Thu, 4 Feb 2016 23:23:46 -0800 Subject: [PATCH] Set the devnotes directory to be central Why you made the change: I did this because I wanted to try having devnotes be centralized rather than project specific and see how that worked in my workflow. --- .gitignore | 1 + devnotes/.gitkeep | 1 + vimrc | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 devnotes/.gitkeep diff --git a/.gitignore b/.gitignore index a0e76af..1065711 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .netrwhist +/devnotes/.* diff --git a/devnotes/.gitkeep b/devnotes/.gitkeep new file mode 100644 index 0000000..792d600 --- /dev/null +++ b/devnotes/.gitkeep @@ -0,0 +1 @@ +# diff --git a/vimrc b/vimrc index 9740028..52f5d37 100644 --- a/vimrc +++ b/vimrc @@ -155,6 +155,9 @@ let g:ackprg = 'ag --nogroup --nocolor --column --vimgrep' " set vim-multicursor to use Ctrl-C as its quit key command let g:multicursor_quit = "" +" set the devnotes directory to my dotvim directory +let g:devnotes_directory = "/Users/adeponte/.vim/devnotes" + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " CUSTOM AUTOCMDS """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""