From b84962ec021e2894419749de98f3ed9fca06e578 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 22 Aug 2022 15:48:04 -0600 Subject: Add back camelcasemotion --- flake.nix | 1 + init.lua | 3 +++ 2 files changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index d80ecbf..6286fc0 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ ack-vim vim-angry-reviewer LanguageTool-nvim + camelcasemotion ]; }; }; diff --git a/init.lua b/init.lua index e886dba..1f3087f 100644 --- a/init.lua +++ b/init.lua @@ -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 = ',' -- cgit v1.2.3