d2-vim
d2-vim copied to clipboard
The Vim plugin for D2 files
Fixes #10 (and maybe #11)
How do I install this with AstoNvim? nvim ~/.config/nvim/lua/user/plugins.lua ``` return { { "terrastruct/d2-vim", lazy = "false" }, } ``` but ft=d2 is not available when I open up a...
--- I'm hitting the following errors: - `E121: Undefined variable: b:included_syntaxes` - `E116: Invalid arguments for function index` I didn't do any customisations apart from installing the plugin. Any ideas...
I just added the plugin in my Nvchad nvim config, and I'm getting this error when I open a `.d2` file: ``` Error detected while processing BufReadPost Autocommands for "*.d2"..FileType...
I recently rediscovered d2, and I've been loving it so far. My end goal is to have a live preview setup in my code editor neovim. I was excited to...
See if I can use https://github.com/ravsii/tree-sitter-d2
When I set shebang like: `#!/usr/bin/env d2` After I save it, it changes to: `# !/usr/bin/env d2` At vim it works fine.
Hey, thanks for the plugin! Would it be possible to add an option to skip default keymappings? Some of them conflict with my mappings.