commit dbb62eeac74b762a2f352ef03442cec9fd1a922d parent 063550ca306774c1ebec32327c5cce7a9cbbefb2 Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com> Date: Thu, 25 Aug 2022 11:38:19 +0200 fix(prettier): use default options Diffstat:
M | after/plugin/mappings.vim | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/after/plugin/mappings.vim b/after/plugin/mappings.vim @@ -1,4 +1,4 @@ -" Last Change: 2022 Jul 21 +" Last Change: 2022 Aug 23 vnoremap <silent> < <gv vnoremap <silent> > >gv @@ -32,7 +32,7 @@ nnoremap ]c <cmd>cnext<CR> nnoremap [c <cmd>cprevious<CR> " Got from https://prettier.io/docs/en/vim.html -nnoremap gp :silent %!prettier --stdin-filepath % --trailing-comma all --single-quote<CR> +nnoremap gp :silent %!prettier --stdin-filepath %<CR> nnoremap <Leader>zs <cmd>1Zest search<CR> nnoremap <Leader>zc <cmd>Zest create<CR>