tokyonight.nvim
tokyonight.nvim copied to clipboard
vim-airline
Any chance for vim-airline support?
Just found this colorscheme today, super bummer it doesn't work with airline :frowning_face: I'm subscribing to this issue and hoping! :crossed_fingers: :crossed_fingers:
CURRENT SOLUTION:
Patch the airline support from tokyonight.vim into your config. (~/.local/share/nvim/site/autoload/airline/themes)
I don't use airline myself, but would be happy to receive and review a PR for this.
CURRENT SOLUTION:
Patch the airline support from tokyonight.vim into your config. (
~/.local/share/nvim/site/autoload/airline/themes)
Could you please elaborate more how to do that? I have the same problem myself 🙇♂️
Copy and paste this file: https://github.com/ghifarit53/tokyonight-vim/blob/master/autoload/airline/themes/tokyonight.vim into that directory @mohamed-said