fix avante, consolidate minor ui

This commit is contained in:
2024-09-05 00:59:53 -07:00
parent a72ff6cf83
commit ba4597d390
5 changed files with 141 additions and 160 deletions

View File

@ -0,0 +1,17 @@
return {
-- Flash/fade cursor locator
{
"danilamihailov/beacon.nvim",
opts = {
speed = 1,
width = 30,
min_jump = 2,
},
},
-- Darker bg in tokyonight
{ "folke/tokyonight.nvim", opts = { style = "night" } },
-- Install gruvbox as option
{ "ellisonleao/gruvbox.nvim" },
}