Add fzf-tab
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index 9d739ac..f53e536 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -21,6 +21,7 @@
       set splitright
       set splitbelow
       set clipboard=unnamedplus
+      set smartcase
       colorscheme onehalfdark
 
       if exists('+termguicolors')