This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-27 23:36:25 -06:00
parent 4d07e39eee
commit 8d0e09607a
5 changed files with 25 additions and 13 deletions

View file

@ -53,13 +53,6 @@ return {
},
},
},
diagnostics = {
enable = true,
severity = {
min = vim.diagnostic.severity.ERROR,
max = vim.diagnostic.severity.ERROR,
}
},
filters = {
dotfiles = false,
git_ignored = false,