]> git.huck.website - nvim.git/commitdiff
codespell ruins projects
authorHuck Boles <huck@huck.website>
Tue, 16 May 2023 21:11:10 +0000 (16:11 -0500)
committerHuck Boles <huck@huck.website>
Tue, 16 May 2023 21:11:10 +0000 (16:11 -0500)
lua/huck/settings.lua
lua/plugins/lsp.lua

index baaebcf7e675860a6bca3784f3b54c2263535d27..f9cf0d3ab6ae709fc20f00cedb314e2f65172415 100644 (file)
@@ -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'
index 1f851051609ca1de6b1dc2448551146648c8d549..83a8047d7fdb9e8397281a30f18c703dc7b6d4ee 100644 (file)
@@ -17,7 +17,6 @@ return {
                             function()
                             end,
                             proselint = mason_null,
-                            codespell = mason_null,
                             shellcheck = mason_null,
                             write_good = mason_null,
                             shellharden = mason_null,