-
Notifications
You must be signed in to change notification settings - Fork 7
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
neovim v0.9.5 and astonvim install #11
Comments
I believe, I have the same problem:
on an empty .d2 file |
EDIT: five mins later I found a solution local d2 = {
'terrastruct/d2-vim',
ft = 'd2',
}
return { d2 } |
Thanks @erzz for your solution that worked for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I install this with AstoNvim?
nvim ~/.config/nvim/lua/user/plugins.lua
but ft=d2 is not available when I open up a file with a .d2 suffix.
The text was updated successfully, but these errors were encountered: