Skip to content

Commit

Permalink
chore: update dcm config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBrunhage committed Jan 14, 2024
1 parent e47ccfa commit 2948bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/dcmls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local util = require 'lspconfig.util'

return {
default_config = {
cmd = { 'dcm', 'start-server', 'client=neovim' },
filetypes = { 'dart' },
cmd = { 'dcm', 'start-server', '--client=neovim' },
filetypes = { 'dart', 'yaml' },
root_dir = util.root_pattern 'pubspec.yaml',
},
docs = {
Expand Down

0 comments on commit 2948bd6

Please sign in to comment.