Skip to content

veryl-lang/veryl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
}

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published