Skip to content

Commit

Permalink
Set the devnotes directory to be central
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drewdeponte committed Feb 5, 2016
1 parent 2361e89 commit 4ac4097
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.netrwhist
/devnotes/.*
1 change: 1 addition & 0 deletions devnotes/.gitkeep
@@ -0,0 +1 @@
#
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -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 = "<c-c>"

" set the devnotes directory to my dotvim directory
let g:devnotes_directory = "/Users/adeponte/.vim/devnotes"

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" CUSTOM AUTOCMDS
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down

0 comments on commit 4ac4097

Please sign in to comment.