summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-21 01:58:07 +0100
committerache <ache@ache.one>2021-12-21 01:58:07 +0100
commitd0b0685eeabcd758e89ac3950e8fcd0b1ead51ad (patch)
treec6d82cf0255bda619378124b99c1ad2a8beac893 /init.vim
parentAdd badwolf colorscheme (diff)
Add a lot of plugins
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
new file mode 100644
index 0000000..0a13da0
--- /dev/null
+++ b/init.vim
@@ -0,0 +1,2 @@
+let g:opamshare = substitute(system('opam var share'),'\n$','','''')
+execute "set rtp+=" . g:opamshare . "/merlin/vim"