-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neovim 0.10.0: Revamp colors, airline, and bufferline
My gruvbox and airline colors broke with Neovim 0.10.0. * morhetz/gruvbox#459 * https://neovim.io/doc/user/news-0.10.html To fix it, I had to ditch the unmaintained gruvbox theme and switched to a lua-based gruvbox theme: ellisonleao/gruvbox.nvim To fix airline's colors, I had to switch to a lua-based airline plugin: lualine. I don't like lualine's bufferline implementation, so I added akinsho/bufferline.nvim to handle my bufferline. This also switches to using nvim-treesitter for all syntax highlighting.
- Loading branch information
1 parent
d1d416b
commit de5c65a
Showing
3 changed files
with
57 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters