File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ set ignorecase smartcase
88" prevent auto indent
99filetype indent off
1010
11+ " enable Copilot for more filetypes
12+ " https://github.com/afirth/dotfiles/commit/ae51e78ce3
13+ if has (' nvim' )
14+ let g: copilot_filetypes = {
15+ \ ' gitcommit' : v: true ,
16+ \ }
17+ endif
18+
1119" prevent Neovim from resetting iTerm’s cursor
1220" https://github.com/neovim/neovim/issues/7130
1321set guicursor = " "
Original file line number Diff line number Diff line change 3030 branch = main
3131 path = custom/plugins/zsh-abbr
3232 url = https://github.com/olets/zsh-abbr
33+ [submodule ".config/nvim/pack/github/start/copilot.vim "]
34+ branch = release
35+ path = .config/nvim/pack/github/start/copilot.vim
36+ url = https://github.com/github/copilot.vim
3337[submodule "custom/plugins/zsh-autosuggestions "]
3438 branch = master
3539 path = custom/plugins/zsh-autosuggestions
You can’t perform that action at this time.
0 commit comments