nixvim stuff

This commit is contained in:
Charlie Root 2024-05-22 15:32:37 +02:00
commit c4119b1150
4 changed files with 8 additions and 2 deletions

View file

@ -9,7 +9,7 @@ in {
plugins = {
bufferline = {
enable = true;
separatorStyle = "thick"; # “slant”, “padded_slant”, “slope”, “padded_slope”, “thick”, “thin”
separatorStyle = "slant"; # “slant”, “padded_slant”, “slope”, “padded_slope”, “thick”, “thin”
highlights = {
fill = {
fg = colors.base00;