commit | e96d0116788f50a53b45ceb69688b0016ae00487 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 15:39:56 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Jun 15 15:39:56 2022 +0100 |
tree | bac930e3c05b8b3b03bf64e664285c526be8d546 | |
parent | 2e80a196bb0e56d9f6757ca178c79bdee02d7fc7 [diff] [blame] |
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 ]; };