diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
| commit | 2a69d39260bdcc13473df84b5affe2732cc9eb85 (patch) | |
| tree | 9911b16263b00358093bd681caee8662d1e94905 /.pluggins.vim | |
| parent | c7dd71eae646118780e29df79265823fc2c4f458 (diff) | |
| download | dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.gz dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.bz2 dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.zip | |
Switch theme to dracula, Updated qutebrowser never accept notifications
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index f5b2a4b..58b8b6f 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -32,7 +32,7 @@ call plug#begin() " themes " Plug 'joshdick/onedark.vim' " onedark - " Plug 'dracula/vim', {'as': 'vim'} " dracula + Plug 'dracula/vim', {'as': 'vim'} " dracula Plug 'altercation/vim-colors-solarized' " solarized " intresting but not used |
