Skip to content

Commit df541ad

Browse files
committed
Add conf for codebook
1 parent f514017 commit df541ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/lsp_conf.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ local enabled_lsp_servers = {
117117
-- the server can be install via homebrew: brew install golangci-lint-langserver
118118
-- golangci-lint also needs to be installed: https://github.com/golangci/golangci-lint
119119
golangci_lint_ls = "golangci-lint-langserver",
120+
121+
-- to install codebook, run `brew install codebook-lsp`
122+
-- codebook = "codebook-lsp"
120123
}
121124

122125
for server_name, lsp_executable in pairs(enabled_lsp_servers) do

0 commit comments

Comments
 (0)