diff options
| author | Charlie39 <charlie39@users.noreply.github.com> | 2020-04-25 17:38:46 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 08:08:46 -0400 |
| commit | 8dc3f78a7d5ed58a223503a33e09812bf9dff1f2 (patch) | |
| tree | a762c048e0ed7cd05d4dfd9e8141e2fe804395a8 /.config/nvim/init.vim | |
| parent | de70c89f4e76b8ba3ea3c79a7e46d04a0af65a51 (diff) | |
| download | eibhear-8dc3f78a7d5ed58a223503a33e09812bf9dff1f2.tar.gz eibhear-8dc3f78a7d5ed58a223503a33e09812bf9dff1f2.tar.zst eibhear-8dc3f78a7d5ed58a223503a33e09812bf9dff1f2.zip | |
Plugin to highlight hex color codes (#591)
Visually intuitive for editing hex color codes in Xresources /XDefaults and anywhere else
Diffstat (limited to '.config/nvim/init.vim')
| -rw-r--r-- | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index c0078e1..9342fa9 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -18,6 +18,7 @@ Plug 'vimwiki/vimwiki' Plug 'bling/vim-airline' Plug 'tpope/vim-commentary' Plug 'kovetskiy/sxhkd-vim' +Plug 'ap/vim-css-color' call plug#end() set bg=light |
