summaryrefslogtreecommitdiff
path: root/fnl/config/lsp
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-05-01 12:13:53 +0200
committeraktersnurra <grydholm@kth.se>2022-05-01 12:13:53 +0200
commitea83d990a4cfe98ffb8676ff237a05a84ab3578d (patch)
tree64d9c3580f4268a6f91bf9c5694bcd349fca7efc /fnl/config/lsp
parentf1ba54105f8d0ff0187b4336f80a0040043549f1 (diff)
fix: change header description
Diffstat (limited to 'fnl/config/lsp')
-rw-r--r--fnl/config/lsp/handlers.fnl1
-rw-r--r--fnl/config/lsp/init.fnl2
-rw-r--r--fnl/config/lsp/lsp-installer.fnl2
3 files changed, 3 insertions, 2 deletions
diff --git a/fnl/config/lsp/handlers.fnl b/fnl/config/lsp/handlers.fnl
index ab2f1e0..34e1ac7 100644
--- a/fnl/config/lsp/handlers.fnl
+++ b/fnl/config/lsp/handlers.fnl
@@ -1,3 +1,4 @@
+;; Handlers for the requests and responses from and to the lsp server.
(module config.lsp.handlers
{autoload {util util
nvim aniseed.nvim}})
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl
index dc95140..8e23202 100644
--- a/fnl/config/lsp/init.fnl
+++ b/fnl/config/lsp/init.fnl
@@ -1,4 +1,4 @@
-;; Loads the LSP module.
+;; Loads the LSP functionality.
(module config.lsp.init
{autoload {util util}})
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl
index 21afd5d..42115c0 100644
--- a/fnl/config/lsp/lsp-installer.fnl
+++ b/fnl/config/lsp/lsp-installer.fnl
@@ -1,4 +1,4 @@
-;; LSP installer.
+;; Loads default handlers and specific language settings.
(module config.lsp.lsp-installer
{autoload {util util}})