-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
Currently, there is no Once
field on AutocmdOptions
.
go-client/nvim/plugin/plugin.go
Line 277 in 8056758
type AutocmdOptions struct { |
But not works even if adding that field (on local env)
I think should be support and change nvim core runtime/autoload/remote/define.vim
.