all repos

init.lua @ 2928a01fd14c6cc49f40e2cbdbcd33e5da33ba97

my nvim config
1 files changed, 7 insertions(+), 1 deletions(-)
feat(null-ls): setup ignore word list for codespell
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-18 00:38:29 +0200
Parent: 1fcbc91
M lua/plugins/lsp/null-ls.lua

@@ -9,7 +9,13 @@ local diagnostic = null_ls.builtins.diagnostics

null_ls.setup { sources = { - diagnostic.codespell, + diagnostic.codespell.with { + args = { + "--ignore-words", + vim.fn.expand "$HOME" .. "/.config/codespell-ignore.txt", + "-", + }, + }, formatting.stylua, diagnostic.selene.with {