Awesome
gleam.vim
Neovim users
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
).
Description
This is a Vim plugin that provides Gleam support to Vim.
- Syntax highlighting.
- Code snippets compatible with UltiSnips and vim-snipmate.
Installation
Using Vim Plug
- Add
Plug 'gleam-lang/gleam.vim'
to~/.vimrc
(for Vim). - Run
:PlugInstall
.
Using Vundle
- Add
Plugin 'gleam-lang/gleam.vim'
to~/.vimrc
(for Vim). - Run
:PluginInstall
.