From 21d2f0ee938542026e9136841f9b62e94ce8c3ba Mon Sep 17 00:00:00 2001 From: adaliaramon <70635214+adaliaramon@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:17:11 +0200 Subject: [PATCH 1/2] Removed markdown as disabled filetype by default --- autoload/copilot.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/copilot.vim b/autoload/copilot.vim index 920aa72f..fd31f8aa 100644 --- a/autoload/copilot.vim +++ b/autoload/copilot.vim @@ -154,7 +154,6 @@ endfunction let s:filetype_defaults = { \ 'yaml': 0, - \ 'markdown': 0, \ 'help': 0, \ 'gitcommit': 0, \ 'gitrebase': 0, From e3762804cfc4fa1531412867a7bb58d89ec9bf05 Mon Sep 17 00:00:00 2001 From: adaliaramon <70635214+adaliaramon@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:22:50 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f15e9a9..dce2d749 100644 --- a/README.md +++ b/README.md @@ -30,22 +30,22 @@ Terms](https://docs.github.com/en/site-policy/github-terms/github-terms-for-addi * Vim, Linux/macOS: - git clone https://github.com/github/copilot.vim.git \ + git clone https://github.com/adaliaramon/copilot.vim.git \ ~/.vim/pack/github/start/copilot.vim * Neovim, Linux/macOS: - git clone https://github.com/github/copilot.vim.git \ + git clone https://github.com/adaliaramon/copilot.vim.git \ ~/.config/nvim/pack/github/start/copilot.vim * Vim, Windows (PowerShell command): - git clone https://github.com/github/copilot.vim.git ` + git clone https://github.com/adaliaramon/copilot.vim.git ` $HOME/vimfiles/pack/github/start/copilot.vim * Neovim, Windows (PowerShell command): - git clone https://github.com/github/copilot.vim.git ` + git clone https://github.com/adaliaramon/copilot.vim.git ` $HOME/AppData/Local/nvim/pack/github/start/copilot.vim 4. Start Neovim and invoke `:Copilot setup`.