From b487481e19ab803f2fac1c7acc10c83c743dd39b Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Fri, 31 Jan 2020 00:00:50 -0800 Subject: rename "skeleton" to "configs" #100 `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64 --- lua/nvim_lsp/solargraph.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/nvim_lsp/solargraph.lua') diff --git a/lua/nvim_lsp/solargraph.lua b/lua/nvim_lsp/solargraph.lua index 547fa9c8..17ea2a0d 100644 --- a/lua/nvim_lsp/solargraph.lua +++ b/lua/nvim_lsp/solargraph.lua @@ -1,8 +1,8 @@ -local skeleton = require 'nvim_lsp/skeleton' +local configs = require 'nvim_lsp/configs' local util = require 'nvim_lsp/util' local lsp = vim.lsp -skeleton.solargraph = { +configs.solargraph = { default_config = { cmd = {"solargraph", "stdio"}; filetypes = {"ruby"}; -- cgit v1.2.3-70-g09d2