diff options
author | Cody Hiar <cody@hiar.ca> | 2022-08-22 15:48:04 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2022-08-22 15:48:04 -0600 |
commit | b84962ec021e2894419749de98f3ed9fca06e578 (patch) | |
tree | d87c9abf274277fcff5ed7c88e8e6421537df17a | |
parent | 35049468512751042618e14f5b12f68e3395ec18 (diff) |
Add back camelcasemotion
-rw-r--r-- | flake.nix | 1 | ||||
-rw-r--r-- | init.lua | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,7 @@ ack-vim vim-angry-reviewer LanguageTool-nvim + camelcasemotion ]; }; }; @@ -391,3 +391,6 @@ vim.cmd([[ let g:ackprg = \ "ack -s -H --nocolor --nogroup --column --ignore-dir=.venv/ --ignore-dir=.vimcache/ --ignore-dir=migrations/ --ignore-dir=.mypy_cache/ --ignore-file=is:tags --nojs --nocss --nosass" ]]) + +-- camelcasemotion +vim.g.camelcasemotion_key = ',' |