Skip to content

Commit

Permalink
fix(nvim): disable marksman
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 27, 2023
1 parent 692c6ad commit 24312d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/neovim/config/lua/user/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ lspconfig.tsserver.setup({
},
})

lspconfig.marksman.setup({
capabilities = capabilities,
on_attach = on_attach,
})
-- XXX: see if it stopped freezing for no reason
-- lspconfig.marksman.setup({
-- capabilities = capabilities,
-- on_attach = on_attach,
-- })

lspconfig.yamlls.setup({
capabilities = capabilities,
Expand Down

0 comments on commit 24312d0

Please sign in to comment.