]> Sergey Matveev's repositories - vimslides.git/blobdiff - vimslides.vim
16 colours produce bold color
[vimslides.git] / vimslides.vim
index 36458fec9138f41441a23f06f567a055dfe50811..faa4c971a6cc7f647bfc09a41d443cf51078a78e 100644 (file)
@@ -1,5 +1,5 @@
 " vimslides -- presenation helper inside Vim
-" Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+" Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 "
 " This program is free software: you can redistribute it and/or modify
 " it under the terms of the GNU General Public License as published by
 syntax on
 set encoding=utf-8
 set nocompatible
+set viminfo=
+
+set t_Co=16
 
 setlocal nocursorline
 setlocal colorcolumn=0
 setlocal norelativenumber
 setlocal laststatus=0
 setlocal scrolloff=2
+setlocal conceallevel=2
 
 setlocal shiftwidth=4
 setlocal foldmethod=indent