diff options
author | Oxbian <got.dacs@slmail.me> | 2024-06-17 21:25:24 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2024-06-17 21:25:24 +0200 |
commit | a91deb2867535e9a56662aaa5f5935662f2fdfc8 (patch) | |
tree | 73ad5b1728c9f9e46d1b9c3aeb6fc3c1abcffb7d /conf | |
parent | 375403fff8d45f850e68391cebba20fd77d92e15 (diff) | |
download | vimrc-a91deb2867535e9a56662aaa5f5935662f2fdfc8.tar.gz vimrc-a91deb2867535e9a56662aaa5f5935662f2fdfc8.zip |
ADD: linter, fixer documentation for coc.nvim + autoformatter
Diffstat (limited to 'conf')
-rw-r--r-- | conf/keymaps.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/keymaps.vim b/conf/keymaps.vim index afef3ca..066dd21 100644 --- a/conf/keymaps.vim +++ b/conf/keymaps.vim @@ -186,3 +186,5 @@ nmap <leader>gR <Plug>(coc-rename) " Formatting selected code xmap <leader>gf <Plug>(coc-format-selected) nmap <leader>gf <Plug>(coc-format-selected) + +nmap <leader>qf <Plug>(coc-fix-current) |