Skip to content

Commit

Permalink
fix: use v ls instead of vls
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarsq authored and lithammer committed Nov 1, 2022
1 parent 67f0d00 commit e0287f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/vls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local util = require 'lspconfig.util'

return {
default_config = {
cmd = { 'vls' },
cmd = { 'v', 'ls' },
filetypes = { 'vlang' },
root_dir = util.root_pattern('v.mod', '.git'),
},
Expand Down

0 comments on commit e0287f2

Please sign in to comment.