Skip to content

Commit

Permalink
disable formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
protiumx committed Jan 26, 2024
1 parent 61397d7 commit 2c8a71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stow/nvim/.config/nvim/lua/config/lsp/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function M.setup()
gocoverage_sign = '',
-- duplicate from ./init.lua
diagnostic = {
virtual_text = true,
underline = false,
severity_sort = true,
signs = false,
Expand All @@ -17,8 +18,7 @@ function M.setup()
width = 0.5, -- width of float window if not auto
},
icons = false,
-- virtual text setup
lsp_document_formatting = true,
lsp_document_formatting = false,
lsp_inlay_hints = {
enable = false,
},
Expand Down

0 comments on commit 2c8a71d

Please sign in to comment.