feat(nvim): make diagnostics more visible

This commit is contained in:
matt1432 2023-10-26 16:41:32 -04:00
parent d75328ab8b
commit 08f414ad10
4 changed files with 3 additions and 4 deletions

View file

@ -69,6 +69,7 @@ in
# General
"colors.enable" = true;
"coc.preferences.formatOnType" = true;
"diagnostic.checkCurrentLine" = true;
"inlayHint.enable" = false;
# Eslint

View file

@ -10,5 +10,3 @@ rules:
scss/operator-no-unspaced: null
scss/no-global-function-names: null
scss/dollar-variable-empty-line-before: null
scss/dollar-variable-pattern: ^[a-z]+(_[a-z]+)*$
scss/at-mixin-pattern: ^[a-z]+(_[a-z]+)*$