M plugs.vim => plugs.vim +0 -4
@@ 79,10 79,6 @@ Plug 'tpope/vim-surround'
" update entries in a tags file automatically when saving
Plug 'craigemery/vim-autotag'
-" notes
-Plug 'xolox/vim-misc'
-Plug 'xolox/vim-notes'
-
" searching in files easier
Plug 'mhinz/vim-grepper'
M startup/commands.vim => startup/commands.vim +4 -0
@@ 59,3 59,7 @@ function! s:ToggleLuciusStyle()
let g:lucius_style = switchto
colorscheme lucius
endfunction
+
+" Mimics xolox/vim-notes when searching for notes, except with fancy
+" fuzzy-find window, searching into where I keep my notes.
+command! Note :Files ~/storage/notes/
M startup/plugins.vim => startup/plugins.vim +0 -5
@@ 39,11 39,6 @@ let g:splitjoin_align = 1
let Tlist_Inc_Winwidth = 0
let Tlist_WinWidth = 45
-" Notes
-let g:notes_directories = ['~/storage/notes', ]
-let g:notes_suffix = '.md'
-let g:notes_smart_quotes = 0
-
" Taglist
let g:Tlist_Use_Right_Window=1