gleam-lang / gleam.vim

✌️ Gleam support for Vim/Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

✌️ Gleam support for Vim/Neovim

License:Apache License 2.0


Languages

Language:Vim Script 77.2%Language:Vim Snippet 22.8%