We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bef24 commit d2bda26Copy full SHA for d2bda26
README.md
@@ -46,6 +46,9 @@ own. Check the implementation file for `<Plug>` bindings.
46
```vim
47
let g:cider_no_maps=1 " Disable built-in mappings
48
49
+" Set refactor-nrepl options, e.g. tell clean-ns to not use prefix forms
50
+let g:refactor_nrepl_options = '{:prefix-rewriting false}'
51
+
52
" Setup visualmode bindings yourself, to some keys which don't interact
53
" with e.g. change command
54
autocmd FileType clojure xmap <buffer> f <Plug>CiderFormat
0 commit comments