comparison dot_config/nvim/executable_init.vim @ 258:e76bb97c0099

Add kitty configuration
author zegervdv <zegervdv@me.com>
date Thu, 21 May 2020 17:35:19 +0200
parents d726921aaabe
children fab71b4ac0b9
comparison
equal deleted inserted replaced
257:d726921aaabe 258:e76bb97c0099
246 \ 'default': { 246 \ 'default': {
247 \ 'allow_bold': 0 247 \ 'allow_bold': 0
248 \ } 248 \ }
249 \ } 249 \ }
250 \} 250 \}
251 set background=light 251 set background=dark
252 colorscheme PaperColor 252 colorscheme onedark
253 if s:darwin 253 if s:darwin
254 set background=dark 254 set background=dark
255 colorscheme tomorrow-night 255 colorscheme tomorrow-night
256 set guifont=inconsolata:h13 256 set guifont=inconsolata:h13
257 elseif s:windows 257 elseif s:windows