vim-thematic
vim-thematic copied to clipboard
Alter Vim's appearance to suit your task & environ
vimr has gui_running but doesn't have guifont, so it triggers a bunch of errors with thematic on itit.
when use random colorscheme to find some good colorschemes, user must write them to the config of this plugin manually. can it provide some hotkey to save current theme to...
Thinking about uploading my custom themes, but can't find where Thematic looks for theme files, like if I do :ThematicFirst I get a theme I don't like, them I do...
I propose that you add a vim documentation, even if it is only a parsed version of the README file.
My guifont is guifont=Consolas:h9:cEASTEUROPE which in vim-thematic comes down to ``` let g:thematic#themes = { \'badwolf' : {'background' : 'dark', \ 'colorscheme' : 'badwolf', \ 'typeface' : 'Consolas', \ 'font-size'...
If there's a non-zero text width, provide an option to automatically set columns based on the current buffer's text width. Switching to different buffers would automatically resize.