Home

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.

Installation

Using Vim Plug

  1. Add Plug 'gleam-lang/gleam.vim' to ~/.vimrc (for Vim).
  2. Run :PlugInstall.

Using Vundle

  1. Add Plugin 'gleam-lang/gleam.vim' to ~/.vimrc (for Vim).
  2. Run :PluginInstall.