Skip to content

Commit

Permalink
Remove sourcery
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Dec 23, 2023
1 parent baeeeac commit 183ddc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/plugins/mason-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ return {
"pyright",
"ruff_lsp",
"rust_analyzer",
"sourcery",
"svelte",
"tsserver",
"vimls",
Expand Down
15 changes: 0 additions & 15 deletions nvim/.config/nvim/lua/plugins/nvim-lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,6 @@ return {
capabilities = capabilities,
})

-- sourcery_token = os.getenv("SOURCERY_TOKEN")
--
-- if sourcery_token then
-- require("lspconfig")["sourcery"].setup({
-- on_attach = on_attach,
-- flags = lsp_flags,
-- capabilities = capabilities,
-- init_options = {
-- token = sourcery_token,
-- extension_version = "vim.lsp",
-- editor_version = "vim",
-- },
-- })
-- end

require("lspconfig")["svelte"].setup({
on_attach = on_attach,
flags = lsp_flags,
Expand Down

0 comments on commit 183ddc7

Please sign in to comment.