From b2b495ff0d02180e3b89f48d61c1bc05740dd9c5 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 23 Feb 2024 15:53:28 -0500 Subject: [PATCH] doc: clarify lua language server setup --- lua/plugins/astrocore.lua | 3 ++- lua/plugins/astrolsp.lua | 3 ++- lua/plugins/astroui.lua | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lua/plugins/astrocore.lua b/lua/plugins/astrocore.lua index 51ae87b..ade3403 100644 --- a/lua/plugins/astrocore.lua +++ b/lua/plugins/astrocore.lua @@ -2,7 +2,8 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroCore provides a central place to modify mappings, vim options, autocommands, and more! -- Configuration documentation can be found with `:h astrocore` --- NOTE: We highly recommend setting up the Lua Language Server (lua_ls) as this provides autocomplete and documentation while editing +-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) +-- as this provides autocomplete and documentation while editing ---@type LazySpec return { diff --git a/lua/plugins/astrolsp.lua b/lua/plugins/astrolsp.lua index 892a287..97c3eb6 100644 --- a/lua/plugins/astrolsp.lua +++ b/lua/plugins/astrolsp.lua @@ -2,7 +2,8 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroLSP allows you to customize the features in AstroNvim's LSP configuration engine -- Configuration documentation can be found with `:h astrolsp` --- NOTE: We highly recommend setting up the Lua Language Server (lua_ls) as this provides autocomplete and documentation while editing +-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) +-- as this provides autocomplete and documentation while editing ---@type LazySpec return { diff --git a/lua/plugins/astroui.lua b/lua/plugins/astroui.lua index 58aeb85..2080aa9 100644 --- a/lua/plugins/astroui.lua +++ b/lua/plugins/astroui.lua @@ -2,7 +2,8 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` --- NOTE: We highly recommend setting up the Lua Language Server (lua_ls) as this provides autocomplete and documentation while editing +-- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) +-- as this provides autocomplete and documentation while editing ---@type LazySpec return {