This plugin is not needed if you are using Neovim. Instead
enable Gleam LSP (lspconfig.gleam.setup({})) and add the Gleam
tree-sitter grammar (:TSInstall gleam).
This is a Vim plugin that provides Gleam support to Vim.
- Syntax highlighting.
- Code snippets compatible with UltiSnips and vim-snipmate.
- Add
Plug 'gleam-lang/gleam.vim'to~/.vimrc(for Vim). - Run
:PlugInstall.
- Add
Plugin 'gleam-lang/gleam.vim'to~/.vimrc(for Vim). - Run
:PluginInstall.