diff options
| author | Blista Kanjo | 2022-11-13 00:02:00 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-13 00:02:00 -0500 |
| commit | faec476f46da1496c3f8cf4a60267cb6c20cd245 (patch) | |
| tree | c50864249c4522b133d6fad535f6e524cc17ed0e /.vimrc | |
| parent | f4d40ae1428a2b0c908f216c8c1fbb8721700d6f (diff) | |
feat: custom coc.nvim colors
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,3 +128,6 @@ inoremap <silent><expr> <Tab> \ <SID>check_back_space() ? "\<Tab>" : \ coc#refresh() +" COC.NVIM colors +highlight CocFloating ctermbg=0 +highlight CocErrorFloat ctermfg=15 |
