From ee5386443f57a7944fa3fc97f65af9d735cd4f8b Mon Sep 17 00:00:00 2001 From: Jiajun Date: Tue, 25 Jul 2023 20:23:11 +0200 Subject: [PATCH] Add copilot --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index d89250e..9cf6b02 100644 --- a/init.vim +++ b/init.vim @@ -8,6 +8,8 @@ else endif " Plugins List call plug#begin(g:plugged_home) + " Copilot + Plug 'github/copilot.vim' " Easy comment Plug 'tpope/vim-commentary' " UI related @@ -81,7 +83,6 @@ call plug#begin(g:plugged_home) " Treesitter Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} - call plug#end() filetype plugin indent on " Automatically install missing plugins on startup @@ -111,6 +112,7 @@ if has("gui_running") endif " let ayucolor="dark" colorscheme nord +set encoding=utf-8 set number set relativenumber set hidden