Skip to content

Commit

Permalink
nvim: Update config option
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Mar 18, 2024
1 parent 157c4a5 commit d0d6e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvim/after/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ lspconfig.esbonio.setup{
filetypes = {"rst"},
settings = {
esbonio = {
server = {
logLevel = "debug"
logging = {
level = "debug"
},
sphinx = {
buildCommand = {"sphinx-build", "-M", "dirhtml", "docs", "docs/_build"},
Expand Down

0 comments on commit d0d6e57

Please sign in to comment.