Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 860 Bytes

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.