Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 869 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 869 Bytes

gomin

GitHub license

Minimal golang colorscheme for Vim only for GUI version.

INSTALL

  1. Copy file gomin.vim into folder ~/.vim/colors/
  2. Add next lines in vimrc.vim:
" ==== colorscheme ====
syntax off
syntax enable
hi clear
colorscheme gomin
" ==== Golang font ====
if has("unix")
	set guifont=Go\ Mono\ Bold\ 10
elseif has("win32")
	set guifont=Go_Mono:h9:cDEFAULT
endif
" =====================
  1. Install Golang font

Screenshot

Example of view:

gomin

License

See file LICENSE (MIT).