Compare commits
2 commits
e17366812f
...
5d0507e79d
Author | SHA1 | Date | |
---|---|---|---|
5d0507e79d | |||
34bceb075f |
2 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,7 @@ call plug#begin("~/.vim/plugged")
|
|||
Plug 'jose-elias-alvarez/null-ls.nvim'
|
||||
Plug 'MunifTanjim/prettier.nvim'
|
||||
Plug 'github/copilot.vim'
|
||||
Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'canary' }
|
||||
Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'main' }
|
||||
call plug#end()
|
||||
|
||||
lua << EOF
|
||||
|
|
1
home/vylpes/.xinitrc
Normal file
1
home/vylpes/.xinitrc
Normal file
|
@ -0,0 +1 @@
|
|||
exec i3
|
Loading…
Reference in a new issue