1 files changed,
7 insertions(+),
1 deletions(-)
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 {