docs: tweak comments per review feedback
This commit is contained in:
parent
95daefbaaf
commit
ff1dfffa04
13
init.lua
13
init.lua
|
@ -457,16 +457,9 @@ require('lazy').setup({
|
||||||
'neovim/nvim-lspconfig',
|
'neovim/nvim-lspconfig',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
-- Automatically install LSPs and related tools to stdpath for Neovim
|
-- Automatically install LSPs and related tools to stdpath for Neovim
|
||||||
{
|
-- Mason must be loaded before its dependents so we need to set it up here.
|
||||||
'williamboman/mason.nvim',
|
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
|
||||||
-- Mason must be loaded before its dependents so we'll define `opts`
|
{ 'williamboman/mason.nvim', opts = {} },
|
||||||
-- here: this will make `lazy` automatically run
|
|
||||||
-- `require('mason').setup(opts)` when `nvim-lspconfig` loads.
|
|
||||||
opts = {
|
|
||||||
-- Add overrides for mason's default settings here if needed! e.g.:
|
|
||||||
-- log_level = vim.log.levels.DEBUG,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'williamboman/mason-lspconfig.nvim',
|
'williamboman/mason-lspconfig.nvim',
|
||||||
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue