-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install custom plugin #73
Comments
This feature should be added, will do it. |
hi thanks for your support and help. I read documentation and I added my custom plugin in this way.
|
it works well for me, when add this into config, the first time you start vim. SpaceVim will aotoinstall auto-pairs, then restart vim. |
finally I fixed it. this is completely is my mistake. thank you for your help again. |
Welcome |
Would you add you custom plugins block within your
But I don't have Swift highlighting? Might be an issue with the plugin itself, but thought I'd double check |
This issue is too old, in current version of SpaceVim, we use toml as default configuration file, so if you want to add custom plugins, you could add: # custom plugins {{{
[[custom_plugins]]
name = 'lilydjwg/colorizer'
merged = 0
# }}} |
@wsdjeg |
just press |
yes, for example I install aperezdc/vim-template, and want to set
how can i do that |
please read online doc of spacevim |
cann't find that |
@qingzew put it in the |
how should I install this plugin? [Markdown preview, it’s got a nvim extension, I hink that is causing |
Can you document how to write several plugins in the [[custom_plugins]] configuration block in TOML? |
Ok, I will update the document.
|
hi,
I want to install custom plugin however I can't intstall plugin for instance there is no autopairs plugin and I want to install it how I can install it.
The text was updated successfully, but these errors were encountered: