Syntax highlighting for Vim, inspired by the default highlighting of the bat command-line tool.
As well as an appealing base theme, this syntax highlighting file has support for the more specific syntax defined by the following plugins:
- Go (vim-go)
- Python
A terminal emulator which supports true colour - see here for a list. Most modern ones do.
With Vim 8, simply:
git clone [email protected]:jamespwilliams/bat.vim.git ~/.vim/pack/plugins/start/bat.vim
Alternatively, use a package manager in the normal way.
Then add this to your .vimrc:
set termguicolors
colorscheme bat