diff options
| author | Jay Sitter <jay@jaysitter.com> | 2020-08-04 17:52:01 -0400 |
|---|---|---|
| committer | Jay Sitter <jay@jaysitter.com> | 2020-08-04 17:52:01 -0400 |
| commit | 1033199e52a6a6b32a14c4d5cc9ae1fba6386f69 (patch) | |
| tree | a12282c9ccb131c64cacea9760ee5eaeb79284f2 /README.md | |
| parent | 7dc91ade28b0b89309e7c6b332ea6ccbd1c8f823 (diff) | |
| download | vim-prettier-1033199e52a6a6b32a14c4d5cc9ae1fba6386f69.tar.xz | |
Simplify example autocmd for prettier-stylelint
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
