Skip to content

Commit

Permalink
Document how to turn on LSP debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 26, 2024
1 parent 69e2937 commit 64ca8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/conf/lspconfig/init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- vim.lsp.set_log_level("debug")

local lspconfig = require 'lspconfig'
lspconfig.bashls.setup { filetypes = { "sh" } }
lspconfig.docker_compose_language_service.setup {}
Expand Down

0 comments on commit 64ca8db

Please sign in to comment.