import vim plugin

This commit is contained in:
Clément DOUIN
2021-04-03 12:12:26 +02:00
parent cbc74916a9
commit e23e363e0a
14 changed files with 1120 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
if exists("g:himalaya_loaded")
finish
endif
let g:himalaya_loaded = 1
if !executable("himalaya")
throw "Himalaya CLI not found, see https://github.com/soywod/himalaya#installation"
endif
command! Himalaya call himalaya#msg#list()