mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
import vim plugin
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user