diff options
Diffstat (limited to 'lua/ache/plugins/lsp/mason-lspconf.lua')
| -rw-r--r-- | lua/ache/plugins/lsp/mason-lspconf.lua | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lua/ache/plugins/lsp/mason-lspconf.lua b/lua/ache/plugins/lsp/mason-lspconf.lua index 267bbb2..06b5edf 100644 --- a/lua/ache/plugins/lsp/mason-lspconf.lua +++ b/lua/ache/plugins/lsp/mason-lspconf.lua @@ -1,8 +1,12 @@ +--[ +-- This plugin is responsable of having external tools correcly present on the system. +--] + return { - -- NOTE: mason is a dependencie of mason-lspconfig. Not the other way around. - "williamboman/mason-lspconfig.nvim", - dependencies = { - "williamboman/mason.nvim", - "neovim/nvim-lspconfig", - }, + -- NOTE: mason is a dependencie of mason-lspconfig. Not the other way around. + "williamboman/mason-lspconfig.nvim", + dependencies = { + "williamboman/mason.nvim", + "neovim/nvim-lspconfig", + }, } |