feat(plugins): Add bufferline, remove rainbow ident-blankline
Added: - [bufferline.nvim](https://github.com/akinsho/bufferline.nvim) - Overseer status to lualine Removed: - `{` and `}` keymaps for aerial (I like the default behavior more)
This commit is contained in:
parent
e256516fe7
commit
1441e90711
6 changed files with 118 additions and 80 deletions
|
@ -67,6 +67,7 @@ with final.pkgs.lib; let
|
|||
|
||||
# UI
|
||||
lualine-nvim # Status line | https://github.com/nvim-lualine/lualine.nvim/
|
||||
bufferline-nvim # A snazzy bufferline for Neovim | https://github.com/akinsho/bufferline.nvim
|
||||
dressing-nvim # Improve the default vim.ui interfaces | https://github.com/stevearc/dressing.nvim
|
||||
nvim-navic # Add LSP location to lualine | https://github.com/SmiteshP/nvim-navic
|
||||
statuscol-nvim # Status column | https://github.com/luukvbaal/statuscol.nvim/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue