feat(nvim): make diagnostics more visible
This commit is contained in:
parent
d75328ab8b
commit
08f414ad10
4 changed files with 3 additions and 4 deletions
|
@ -69,6 +69,7 @@ in
|
|||
# General
|
||||
"colors.enable" = true;
|
||||
"coc.preferences.formatOnType" = true;
|
||||
"diagnostic.checkCurrentLine" = true;
|
||||
"inlayHint.enable" = false;
|
||||
|
||||
# Eslint
|
||||
|
|
|
@ -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]+)*$
|
||||
|
|
Loading…
Reference in a new issue