diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index f8d9cb7..cb2ea75 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -432,6 +432,7 @@ [ "vueTagSpecial", "NONE", indigo5, "bold" ], [ "vueTagComponentName", "NONE", indigo3, "bold" ], [ "vueDynamicComponent", "NONE", indigo1, "bold" ], + # [ "vueTag", "NONE", indigo3, "bold" ], [ "vueSlotName", "NONE", indigo7, "italic" ], [ "vueComponentName", "vueTagComponentName" ], @@ -571,6 +572,8 @@ [ "LspWarningText", "WarningMsg" ], [ "LspInformationText", "Question" ], [ "LspHintText", "Question" ], + [ "ALEErrorSign", "ErrorMsg" ], + [ "ALEWarningSign", "ErrorMsg" ], # ctrl-p highlighting # :h ctrlp-customization diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add index 47995e1..d3a135c 100644 --- a/vim/spell/en.utf-8.add +++ b/vim/spell/en.utf-8.add @@ -18,3 +18,6 @@ Defretini's Aanajse Fotostudio EUR +js +backend +Vue diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl index 1fa936e..5f5ef6f 100644 Binary files a/vim/spell/en.utf-8.add.spl and b/vim/spell/en.utf-8.add.spl differ