[nvim] Set up the dart language server

This commit is contained in:
Alyxia Sother 2021-12-02 20:47:16 +01:00
parent 1977d5dcde
commit 6a2306bac1
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
local lspconfig = require('lspconfig')
local bin_name = 'dart'
lspconfig['dartls'].setup({})