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]+)*$
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$darkbg: #0b0d16;
|
||||
$bg: rgba(40, 42, 54, 0.8); //rgba(69, 71, 90, 0.3); #0d0f18;
|
||||
$bg: rgba(40, 42, 54, 0.8); // rgba(69, 71, 90, 0.3); #0d0f18;
|
||||
$bgfull: rgb(40, 42, 54);
|
||||
$contrastbg: rgba(189, 147, 249, 0.8);
|
||||
$bgSecondary: rgba(#382c4a, 0.8);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.corner {
|
||||
background-color: black;
|
||||
border-radius: 18px; //Hard code because Hyprland rounding is in px
|
||||
border-radius: 18px; // Hard code because Hyprland rounding is in px
|
||||
border-width: 0.068rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue