From 6642f044310a0d04ef4869ea242be637822632f6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 17 May 2023 17:19:27 +0100 Subject: [PATCH] Temp remove cspell due to slow-down --- lua/lsp/null_ls_sources.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/lsp/null_ls_sources.lua b/lua/lsp/null_ls_sources.lua index c9707f8..8e37bec 100644 --- a/lua/lsp/null_ls_sources.lua +++ b/lua/lsp/null_ls_sources.lua @@ -1,10 +1,10 @@ local null_ls = require "null-ls" -local cspell = require "cspell" +-- local cspell = require "cspell" return { - cspell.code_actions, + -- cspell.code_actions, null_ls.builtins.code_actions.gitsigns, - cspell.diagnostics, + -- cspell.diagnostics, null_ls.builtins.formatting.alejandra, null_ls.builtins.formatting.autoflake,