From: Huck Boles Date: Tue, 16 May 2023 21:11:10 +0000 (-0500) Subject: codespell ruins projects X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=83eb2490e07be1c2372ecf6ade7a98600cbad0ff;p=nvim.git codespell ruins projects --- 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,