nvim: after/ftplugin/fish: Add a key mapping to format with fish indent

This commit is contained in:
Sanchayan Maity 2022-04-14 17:44:48 +05:30
parent 2af3965179
commit 7e0060eacb
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
nnoremap <buffer> gq :silent :%!fish_indent %<CR>:w<CR>