From ec11b85df73cce4edb2925cb7f1d0e8db3a07b1c Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 3 Jul 2021 14:45:08 -0700 Subject: ci: lint and format with stylua --- lua/lspconfig/rescriptls.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lua/lspconfig/rescriptls.lua') diff --git a/lua/lspconfig/rescriptls.lua b/lua/lspconfig/rescriptls.lua index afe2037c..e7db7dbb 100644 --- a/lua/lspconfig/rescriptls.lua +++ b/lua/lspconfig/rescriptls.lua @@ -1,14 +1,14 @@ -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'), - settings = {} + filetypes = { "rescript" }, + root_dir = lspconfig.util.root_pattern("bsconfig.json", ".git"), + settings = {}, }, docs = { description = [[ @@ -40,6 +40,6 @@ cmd = { Another option is to use vscode extension [release](https://github.com/rescript-lang/rescript-vscode/releases). Take a look at [here](https://github.com/rescript-lang/rescript-vscode#use-with-other-editors) for instructions. -]] - } +]], + }, } -- cgit v1.2.3-70-g09d2