mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Set up the dart language server
This commit is contained in:
parent
1977d5dcde
commit
6a2306bac1
1 changed files with 5 additions and 0 deletions
5
nvim/dotfiles/lspconfigs/dart.lua
Normal file
5
nvim/dotfiles/lspconfigs/dart.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local lspconfig = require('lspconfig')
|
||||
|
||||
local bin_name = 'dart'
|
||||
|
||||
lspconfig['dartls'].setup({})
|
Loading…
Reference in a new issue