diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-30 05:57:11 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-30 05:57:11 +0000 |
commit | ca36e13fa7cc3972c6d7511d8157f7f06f010792 (patch) | |
tree | 1927fc064a50a3f95881a08c48d0947fa3129506 | |
parent | 344ad3e1834baacfea2c872079c9e30c5b03fb33 (diff) |
Change colourscheme back to sitruna
-rw-r--r-- | vim/vimrc-sept24 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc-sept24 b/vim/vimrc-sept24 index a7f09bd..02a1170 100644 --- a/vim/vimrc-sept24 +++ b/vim/vimrc-sept24 @@ -183,6 +183,7 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' Plug 'github/copilot.vim' Plug 'ayu-theme/ayu-vim' +Plug 'github/copilot.vim' Plug 'airblade/vim-tailwind' Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' } Plug 'morhetz/gruvbox' |