Skip to content

Commit

Permalink
fix(nvim): remove remaining of marksman
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 16, 2024
1 parent 74a82d5 commit 52e5181
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions modules/neovim/config/lua/user/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ lspconfig.tsserver.setup({
},
})

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

lspconfig.yamlls.setup({
capabilities = capabilities,
on_attach = on_attach,
Expand Down
1 change: 0 additions & 1 deletion modules/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
golangci-lint
golangci-lint-langserver
gopls
marksman # markdown lsp
nil # nix lsp
nixpkgs-fmt
pgformatter
Expand Down

0 comments on commit 52e5181

Please sign in to comment.