Skip to content

Commit

Permalink
Add copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
wiccy46 committed Jul 25, 2023
1 parent 8753180 commit ee53864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -111,6 +112,7 @@ if has("gui_running")
endif
" let ayucolor="dark"
colorscheme nord
set encoding=utf-8
set number
set relativenumber
set hidden
Expand Down

0 comments on commit ee53864

Please sign in to comment.