summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-04-24 10:38:06 +0200
committerAnton Khirnov <anton@khirnov.net>2021-04-24 10:38:06 +0200
commit82ac71624adb93c20e1fbd269adae6188441c332 (patch)
tree829e855d553c4e0d9a3d8074c0d3bfe98ce05d5d /vim/vimrc
parentfdfc8001d29563cb008251793b23d7049adbb661 (diff)
vim: update miniSnip to upstream master
Install snippets into the dotfiles packdir instead of ~/.vim/
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d37a77f..b3ef73a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -82,7 +82,6 @@ map <leader>m :make<CR>
" miniSnip configuration
" FIXME split off?
let g:miniSnip_trigger = '<C-j>'
-let g:miniSnip_dirs = ['~/.vim/miniSnip']
" line diff mode
" TODO: split off into plugin?