Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 855 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 855 Bytes

veryl.vim

This is a Vim plugin for Veryl.

Installation

Plug 'veryl-lang/veryl.vim'
use {
  'veryl-lang/veryl.vim',
}

Language Server

Language server for Veryl is provided at Veryl. The following plugins support Veryl language server.

While editing a veryl file (*.veryl) :

:LspInstallServer
:MasonInstall veryl-ls
require('lspconfig')['veryl_ls'].setup{
    on_attach = on_attach,
    flags = lsp_flags,
}