Browse Source

Updated vim-plug def for onedark to fix branch rename.

master
Daniel Sissom 2 years ago
parent
commit
a1204e6fec
Signed by: djsissom GPG Key ID: 2C30FFB796852389
3 changed files with 2 additions and 1 deletions
  1. + 1
    - 0
      vim/vim/spell/en.utf-8.add
  2. BIN
      vim/vim/spell/en.utf-8.add.spl
  3. + 1
    - 1
      vim/vimrc

+ 1
- 0
vim/vim/spell/en.utf-8.add

@ -137,3 +137,4 @@ unknowability
actionability actionability
theorics theorics
microservice microservice
YubiKey

BIN
vim/vim/spell/en.utf-8.add.spl


+ 1
- 1
vim/vimrc

@ -226,7 +226,7 @@ if g:use_pluggin_manager == 1
Plug 'lervag/vimtex' Plug 'lervag/vimtex'
Plug 'junegunn/goyo.vim' Plug 'junegunn/goyo.vim'
Plug 'junegunn/limelight.vim' Plug 'junegunn/limelight.vim'
Plug 'joshdick/onedark.vim'
Plug 'joshdick/onedark.vim', { 'branch': 'main' }
call plug#end() call plug#end()
endif endif

Loading…
Cancel
Save