-
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 everything, I: * ditched the unmaintained morhetz/gruvbox theme and switched to a lua-based gruvbox theme, ellisonleao/gruvbox.nvim * switched from bling/vim-airline to a lua-based airline plugin, nvim-lualine/lualine.nvim. * I don't like lualine's bufferline implementation, so I added akinsho/bufferline.nvim to handle my bufferline. * updated to meslo nerd fonts v3 since v2 didn't have the right glyphs for lualine. * now use nvim-treesitter for all syntax highlighting and indentation as that has better compatability with neovim and all the new plugins. * updated powerlevel10k and reconfigured for nerd fronts v3. Note: the puppet grammar for treesitter doesn't have heredoc support and doesn't align hash rockets, but running PuppetLintFix fixes those issues.
- Loading branch information
1 parent
d1d416b
commit 6f2b046
Showing
6 changed files
with
175 additions
and
99 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
Oops, something went wrong.