fix: spelling

pull/9/head
Ben Woodward 2024-02-23 20:07:42 +00:00 committed by Micah Halter
parent 51d6413e03
commit 046e991ca0
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ 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! -- AstroCore provides a central place to modify mappings, vim options, autocommands, and more!
-- Configuration documentation can be found with `:h astrocore` -- Configuration documentation can be found with `:h astrocore`
-- NOTE: We highly recommend settig 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 (lua_ls) as this provides autocomplete and documentation while editing
---@type LazySpec ---@type LazySpec
return { return {

View File

@ -2,7 +2,7 @@ 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 -- AstroLSP allows you to customize the features in AstroNvim's LSP configuration engine
-- Configuration documentation can be found with `:h astrolsp` -- Configuration documentation can be found with `:h astrolsp`
-- NOTE: We highly recommend settig 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 (lua_ls) as this provides autocomplete and documentation while editing
---@type LazySpec ---@type LazySpec
return { return {

View File

@ -2,7 +2,7 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroUI provides the basis for configuring the AstroNvim User Interface -- AstroUI provides the basis for configuring the AstroNvim User Interface
-- Configuration documentation can be found with `:h astroui` -- Configuration documentation can be found with `:h astroui`
-- NOTE: We highly recommend settig 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 (lua_ls) as this provides autocomplete and documentation while editing
---@type LazySpec ---@type LazySpec
return { return {