aboutsummaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/plugin/minpac.vim4
-rw-r--r--.vim/after/plugin/notational-fzf.vim5
-rw-r--r--.vim/after/plugin/todo.vim1
3 files changed, 10 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index cf5071d..a2637dd 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -122,6 +122,10 @@ function! InitMinpac() abort
\ 'type': 'start',
\ 'do': 'packloadall! | call mkdp#util#install()'})
+ " misc
+ call minpac#add('https://github.com/alok/notational-fzf-vim.git', {'type': 'opt'})
+ call minpac#add('https://github.com/freitass/todo.txt-vim.git', {'type': 'opt'})
+
let g:minpac_initialized = 1
endfunction
diff --git a/.vim/after/plugin/notational-fzf.vim b/.vim/after/plugin/notational-fzf.vim
new file mode 100644
index 0000000..afeca6a
--- /dev/null
+++ b/.vim/after/plugin/notational-fzf.vim
@@ -0,0 +1,5 @@
+let g:nv_search_paths = ['~/notes']
+
+packadd notational-fzf-vim
+
+noremap <leader>fn :NV<CR>
diff --git a/.vim/after/plugin/todo.vim b/.vim/after/plugin/todo.vim
new file mode 100644
index 0000000..eb79bee
--- /dev/null
+++ b/.vim/after/plugin/todo.vim
@@ -0,0 +1 @@
+packadd todo.txt-vim