Enable camelcasemotion
diff --git a/flake.lock b/flake.lock
index cf70a25..c067a83 100644
--- a/flake.lock
+++ b/flake.lock
@@ -191,22 +191,6 @@
         "type": "github"
       }
     },
-    "nushell-066": {
-      "locked": {
-        "lastModified": 1659703690,
-        "narHash": "sha256-kZdajsxISDBGmK/HZBTb+gVUHFBve9Cbc7BXhgzc5+A=",
-        "owner": "nixos",
-        "repo": "nixpkgs",
-        "rev": "19091dedfef6f3211c27b2e970cf24921b4212e3",
-        "type": "github"
-      },
-      "original": {
-        "owner": "nixos",
-        "repo": "nixpkgs",
-        "rev": "19091dedfef6f3211c27b2e970cf24921b4212e3",
-        "type": "github"
-      }
-    },
     "registry": {
       "flake": false,
       "locked": {
@@ -233,7 +217,6 @@
         "nixpkgs-21-11": "nixpkgs-21-11",
         "nixpkgs-unstable": "nixpkgs-unstable",
         "nurpkgs": "nurpkgs",
-        "nushell-066": "nushell-066",
         "registry": "registry"
       }
     },
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index ee205e8..dc15183 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -11,6 +11,7 @@
     vimAlias = true;
     vimdiffAlias = true;
     extraConfig = ''
+      let mapleader = ","
       set whichwrap=b,s,<,>,[,]
       set linebreak
       set wrap
@@ -25,6 +26,8 @@
       set scrolloff=5
       colorscheme onehalfdark
 
+      let g:camelcasemotion_key = '<leader>'
+
       if exists('+termguicolors')
         let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
         let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"