diff --git a/.config/nvim/lua/plugins/ltex-ls.lua b/.config/nvim/lua/plugins/ltex-ls.lua index b3c5793a..667d34cd 100644 --- a/.config/nvim/lua/plugins/ltex-ls.lua +++ b/.config/nvim/lua/plugins/ltex-ls.lua @@ -6,7 +6,7 @@ local extraOpts = { "en-CA", }, path = vim.fn.expand("~") .. "/.local/share/ltex", - log_level = "warn", + log_level = "none", } return { { diff --git a/.config/nvim/lua/plugins/noice.lua b/.config/nvim/lua/plugins/noice.lua new file mode 100644 index 00000000..7ee2a8d4 --- /dev/null +++ b/.config/nvim/lua/plugins/noice.lua @@ -0,0 +1,20 @@ +return { + "folke/noice.nvim", + opts = { + -- recipe to ignore progress messages from + -- the ltex lsp + routes = { + { + filter = { + event = "lsp", + kind = "progress", + cond = function(message) + local client = vim.tbl_get(message.opts, "progress", "client") + return client == "ltex" + end, + }, + opts = { skip = true }, + }, + }, + }, +} diff --git a/.config/nvim/lua/plugins/typos.lua b/.config/nvim/lua/plugins/typos.lua index 9e15b7a9..a5dab894 100644 --- a/.config/nvim/lua/plugins/typos.lua +++ b/.config/nvim/lua/plugins/typos.lua @@ -1,4 +1,4 @@ return { "williamboman/mason.nvim", - opts = { ensure_installed = { "typos-lsp" } }, + -- opts = { ensure_installed = { "typos-lsp" } }, } diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index 64c25461..9933d5bc 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add @@ -105,3 +105,4 @@ isSeen isState bytesRead SoundID +Alaca