From 83eb2490e07be1c2372ecf6ade7a98600cbad0ff Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Tue, 16 May 2023 16:11:10 -0500 Subject: [PATCH] codespell ruins projects --- lua/huck/settings.lua | 1 + lua/plugins/lsp.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/huck/settings.lua b/lua/huck/settings.lua index baaebcf..f9cf0d3 100644 --- a/lua/huck/settings.lua +++ b/lua/huck/settings.lua @@ -8,6 +8,7 @@ vim.g.netrw_liststyle = 4 vim.g.visible_diagnostics = true +vim.o.mouse = 'a' vim.o.mousefocus = true vim.o.mousemodel = 'extend' vim.o.clipboard = 'unnamedplus,unnamed' diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 1f85105..83a8047 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -17,7 +17,6 @@ return { function() end, proselint = mason_null, - codespell = mason_null, shellcheck = mason_null, write_good = mason_null, shellharden = mason_null, -- 2.44.2