summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/mason-lspconfig.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 13:52:28 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 13:52:28 +0100
commita7ec4a3bb9816ff8baa16edd13ee5d0f6a65c985 (patch)
tree7f4688e9e2e40f595e52a64add2b601ce5bb2053 /fnl/plugins/lsp/mason-lspconfig.fnl
parent727a5ab4a17203d52b10351858e9e2079f9ebd9e (diff)
Add comments for lspconfig
Diffstat (limited to 'fnl/plugins/lsp/mason-lspconfig.fnl')
-rw-r--r--fnl/plugins/lsp/mason-lspconfig.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/mason-lspconfig.fnl b/fnl/plugins/lsp/mason-lspconfig.fnl
index 3e34c32..21a07ad 100644
--- a/fnl/plugins/lsp/mason-lspconfig.fnl
+++ b/fnl/plugins/lsp/mason-lspconfig.fnl
@@ -1,4 +1,5 @@
-;; Mason lspconfig setup
+;; A bridge plugin between mason and lspconfig, handles installation of lsp and
+;; setup hooks for client configurations.
(fn capabilities []
(let [cmp-lsp (require :cmp_nvim_lsp)]