From cd1ccf056be9cbcc3d5cbefff08135276bc476ed Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Tue, 13 Jul 2021 10:41:39 -0700 Subject: chore: change stylua to single quotes (#1068) --- lua/lspconfig/fsautocomplete.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/lspconfig/fsautocomplete.lua') diff --git a/lua/lspconfig/fsautocomplete.lua b/lua/lspconfig/fsautocomplete.lua index 57dcfdcb..0c3fe851 100644 --- a/lua/lspconfig/fsautocomplete.lua +++ b/lua/lspconfig/fsautocomplete.lua @@ -1,13 +1,13 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' -local server_name = "fsautocomplete" +local server_name = 'fsautocomplete' configs[server_name] = { default_config = { - cmd = { "dotnet", "fsautocomplete", "--background-service-enabled" }, - root_dir = util.root_pattern("*.sln", "*.fsproj", ".git"), - filetypes = { "fsharp" }, + cmd = { 'dotnet', 'fsautocomplete', '--background-service-enabled' }, + root_dir = util.root_pattern('*.sln', '*.fsproj', '.git'), + filetypes = { 'fsharp' }, init_options = { AutomaticWorkspaceInit = true, }, -- cgit v1.2.3-70-g09d2