Skip to content

thecodinglab/nvim-vlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-vlang

Provides V language support for neovim.

Preview

Preview screenshot

Features

  • syntax highlighting
  • language server using vls

Install

Using packer:

use 'thecodinglab/nvim-vlang'

If you want to enable language server features (such as refactoring), you also need to install the neovim lspconfig and the vls language server:

use {
  'neovim/nvim-lspconfig',
  config = function()
    require('lspconfig').vlang.setup {}
  end
}

About

V development plugin for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published