diff --git a/nvim/init.vim b/nvim/init.vim index f8f31ed0..5f9d60cd 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -286,9 +286,9 @@ omap if (coc-funcobj-i) omap af (coc-funcobj-a) " Use for select selections ranges, needs server support, like: coc-tsserver, coc-python -nmap (coc-range-select) -xmap (coc-range-select) -xmap (coc-range-select-backword) +"nmap (coc-range-select) +"xmap (coc-range-select) +"xmap (coc-range-select-backword) " Use `:Format` to format current buffer command! -nargs=0 Format :call CocAction('format')