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/fortls.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/lspconfig/fortls.lua') diff --git a/lua/lspconfig/fortls.lua b/lua/lspconfig/fortls.lua index ad9725c4..404a0f5c 100644 --- a/lua/lspconfig/fortls.lua +++ b/lua/lspconfig/fortls.lua @@ -1,17 +1,17 @@ -local configs = require "lspconfig/configs" -local util = require "lspconfig/util" +local configs = require 'lspconfig/configs' +local util = require 'lspconfig/util' configs.fortls = { default_config = { - cmd = { "fortls" }, - filetypes = { "fortran" }, - root_dir = util.root_pattern ".fortls", + cmd = { 'fortls' }, + filetypes = { 'fortran' }, + root_dir = util.root_pattern '.fortls', settings = { nthreads = 1, }, }, docs = { - package_json = "https://raw.githubusercontent.com/hansec/vscode-fortran-ls/master/package.json", + package_json = 'https://raw.githubusercontent.com/hansec/vscode-fortran-ls/master/package.json', description = [[ https://github.com/hansec/fortran-language-server -- cgit v1.2.3-70-g09d2