Skip to content

Instantly share code, notes, and snippets.

@wadackel
Created January 12, 2020 07:28
Show Gist options
  • Save wadackel/f897bcdeba751aa0c24b5814a0f58a09 to your computer and use it in GitHub Desktop.
Save wadackel/f897bcdeba751aa0c24b5814a0f58a09 to your computer and use it in GitHub Desktop.
set nocompatible
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,cp932,ico-2022-jp,sjis,euc-jp,latin1
if has('termguicolors')
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors
endif
call plug#begin('~/.vim/plugged')
Plug 'wadackel/vim-dogrun'
call plug#end()
syntax on
colorscheme dogrun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment