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`. 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,