aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-26 13:18:17 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-26 13:18:17 +0900
commit965dad764ca5b08831638051d7ce050b49386ea1 (patch)
tree12eb9fbde95bfffc6d6eb0674b63a4200477f6ea
parent004e826cdcdcb8edfd25d85662e3f5852452460c (diff)
downloadvim-lsp-settings-965dad764ca5b08831638051d7ce050b49386ea1.tar.gz
vim-lsp-settings-965dad764ca5b08831638051d7ce050b49386ea1.tar.bz2
vim-lsp-settings-965dad764ca5b08831638051d7ce050b49386ea1.zip
Add less/sass
-rw-r--r--settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index f5604ef..845fbca 100644
--- a/settings.json
+++ b/settings.json
@@ -125,6 +125,22 @@
]
}
],
+ "less": [
+ {
+ "command": "css-languageserver",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
+ "sass": [
+ {
+ "command": "css-languageserver",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
"cs": [
{
"command": "omnisharp-lsp",