Skip to content

Commit

Permalink
remove srb config I no longer use as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 19, 2024
1 parent c7742af commit 82275c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dotfiles/neovim/default.nix
Expand Up @@ -53,10 +53,6 @@
vim.lsp.inlay_hint.enable(bufnr)
end,
})
lspconfig.sorbet.setup({
cmd = { "bundle", "exec", "srb", "typecheck", "--lsp", "--enable-all-beta-lsp-features" },
capabilities = capabilities,
})
lspconfig.tsserver.setup({
cmd = {
"${pkgs.nodePackages.typescript-language-server}/bin/typescript-language-server",
Expand Down

0 comments on commit 82275c3

Please sign in to comment.