Allow smartcase to work- smartcase only works if ignorecase is set
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index eae0e07..02adf29 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -22,6 +22,7 @@
       set splitright
       set splitbelow
       set clipboard=unnamedplus
+      set ignorecase
       set smartcase
       set scrolloff=5
       colorscheme onehalfdark