Add github copilot to vim for better completions
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index f15342c..ca852dd 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -17,6 +17,7 @@
     '';
     plugins = [
       pkgs.vimPlugins.vim-nix
+      pkgs.vimPlugins.copilot-vim
     ];
   };