diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-26 10:21:59 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-09-26 10:21:59 -0400 |
commit | b4dee8119fc1f61e24d4ac2ecaf0d87b20374fb6 (patch) | |
tree | 43d876ec932b34594505f83e5e94280e4a91c8f1 | |
parent | 2c4d9eba1fae8c8f2aae845ca33ed07317bf4501 (diff) |
add copilot
-rw-r--r-- | lua/zberwaldt/packer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/zberwaldt/packer.lua b/lua/zberwaldt/packer.lua index e213a37..12f85ea 100644 --- a/lua/zberwaldt/packer.lua +++ b/lua/zberwaldt/packer.lua | |||
@@ -34,4 +34,5 @@ return require('packer').startup(function(use) | |||
34 | } | 34 | } |
35 | } | 35 | } |
36 | use('vimwiki/vimwiki') | 36 | use('vimwiki/vimwiki') |
37 | use('github/copilot.vim') | ||
37 | end) | 38 | end) |