aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJay Sitter <jay@jaysitter.com>2020-08-04 17:52:01 -0400
committerJay Sitter <jay@jaysitter.com>2020-08-04 17:52:01 -0400
commit1033199e52a6a6b32a14c4d5cc9ae1fba6386f69 (patch)
treea12282c9ccb131c64cacea9760ee5eaeb79284f2 /README.md
parent7dc91ade28b0b89309e7c6b332ea6ccbd1c8f823 (diff)
downloadvim-prettier-1033199e52a6a6b32a14c4d5cc9ae1fba6386f69.tar.xz
Simplify example autocmd for prettier-stylelint
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c32d4d..773fa6a 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ To use an alternative command, like
this at the buffer level, e.g.:
```vim
-au FileType css,scss,scss.css let b:prettier_exec_cmd = "prettier-stylelint"
+au FileType css,scss let b:prettier_exec_cmd = "prettier-stylelint"
```
vim-prettier will look for the executable in the same places it looks for