cleanup unused highlights
This commit is contained in:
parent
3401699a6d
commit
32003aa2f3
19
init.vim
19
init.vim
@ -8,25 +8,6 @@ autocmd FileType man wincmd L
|
||||
" make terminal not have line numbers
|
||||
autocmd TermOpen * setlocal nonumber norelativenumber
|
||||
|
||||
" " gray
|
||||
" highlight! CmpItemAbbrDeprecated guibg=NONE gui=strikethrough guifg=#808080
|
||||
" " blue
|
||||
" highlight! CmpItemAbbrMatch guibg=NONE guifg=#569CD6
|
||||
" highlight! link CmpItemAbbrMatchFuzzy CmpItemAbbrMatch
|
||||
" " light blue
|
||||
" highlight! CmpItemKindVariable guibg=NONE guifg=#9CDCFE
|
||||
" highlight! link CmpItemKindInterface CmpItemKindVariable
|
||||
" highlight! link CmpItemKindText CmpItemKindVariable
|
||||
" " pink
|
||||
" highlight! CmpItemKindFunction guibg=NONE guifg=#C586C0
|
||||
" highlight! link CmpItemKindMethod CmpItemKindFunction
|
||||
" " front
|
||||
" highlight! CmpItemKindKeyword guibg=NONE guifg=#D4D4D4
|
||||
" highlight! link CmpItemKindProperty CmpItemKindKeyword
|
||||
" highlight! link CmpItemKindUnit CmpItemKindKeyword
|
||||
" highlight! PmenuSel guibg=#51afef guifg=NONE
|
||||
" highlight! Pmenu guifg=#C5CDD9 guibg=#51afef
|
||||
|
||||
lua require('settings')
|
||||
lua require('plugins')
|
||||
source ~/.config/nvim/keybindings.vim
|
||||
|
Loading…
Reference in New Issue
Block a user