You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvim-libmodal/plugin/libmodal.vim

18 lines
543 B
VimL

if exists('g:loaded_libmodal')
finish
endif
let g:loaded_libmodal = 1
if !exists('g:libmodalTimeouts')
let g:libmodalTimeouts = &timeout
endif
" ************************************************************
" * User Configuration
" ************************************************************
" The default highlight groups (for colors) are specified below.
" Change these default colors by defining or linking the corresponding highlight group.
highlight default link LibmodalPrompt ModeMsg
highlight default link LibmodalStar StatusLine