" vim:foldmethod=marker:foldlevel=0
scriptencoding utf-8
" Fonts {{{
" smooth fonts
set antialias

" Define the editor font based on the gui interface
set guifont=IBMPlexMono:h14
" }}}
" Interface layout {{{
" Hide toolbar
set guioptions-=T
" Hide right scroll bar
set guioptions-=r
set guioptions-=R
" Hide left scroll bar
set guioptions-=l
set guioptions-=L
" }}}