diff options
Diffstat (limited to 'lua/lspconfig/rescriptls.lua')
| -rw-r--r-- | lua/lspconfig/rescriptls.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/lspconfig/rescriptls.lua b/lua/lspconfig/rescriptls.lua index e7db7dbb..13ea1b73 100644 --- a/lua/lspconfig/rescriptls.lua +++ b/lua/lspconfig/rescriptls.lua @@ -1,13 +1,13 @@ -local lspconfig = require "lspconfig" -local configs = require "lspconfig/configs" +local lspconfig = require 'lspconfig' +local configs = require 'lspconfig/configs' -local name = "rescriptls" +local name = 'rescriptls' configs[name] = { default_config = { cmd = {}, - filetypes = { "rescript" }, - root_dir = lspconfig.util.root_pattern("bsconfig.json", ".git"), + filetypes = { 'rescript' }, + root_dir = lspconfig.util.root_pattern('bsconfig.json', '.git'), settings = {}, }, docs = { |
