Skip to content

Commit

Permalink
fix(glint): add more files to root_dir pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed May 6, 2022
1 parent d42b86a commit 77bb3d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lua/lspconfig/server_configurations/glint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ return {
'javascript',
'javascript.glimmer',
},
root_dir = util.root_pattern '.glintrc.yml',
root_dir = util.root_pattern(
'.glintrc.yml',
'.glintrc',
'.glintrc.json',
'.glintrc.js',
'glint.config.js',
'package.json'
),
},
docs = {
description = [[
Expand Down

0 comments on commit 77bb3d5

Please sign in to comment.