summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-20 17:20:10 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-20 17:20:10 +0100
commitbee37840a646f03e834c92180ad366f382e2e9cc (patch)
treedaa60267dad9c07b08bc8a613fd2cb1828b50951 /vim
parente787b752fcc2e7e5a0931d950186c68289ef93c5 (diff)
vim: set snippets dir
Can be appended to by local configs.
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 509ca2f..b6f2f5c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -81,8 +81,8 @@ nnoremap <Leader>f :FufCoverageFile<CR>
" miniSnip configuration
" FIXME split off?
-" TODO support local snippets
let g:miniSnip_trigger = '<C-j>'
+let g:miniSnip_dirs = ['~/.vim/miniSnip']
" line diff mode
" TODO: split off into plugin?