Compare commits
2 commits
46577f823b
...
cbe17d13d0
Author | SHA1 | Date | |
---|---|---|---|
cbe17d13d0 | |||
86d76bcb0e |
2 changed files with 7 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -42,11 +42,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724097937,
|
"lastModified": 1755304025,
|
||||||
"narHash": "sha256-Q4tgm8ZHAQUdvsNft86MqIbHQAm7OF7RT/wwYWXqSdY=",
|
"narHash": "sha256-xVKfjFwc0zMbLMjLTiHz+0llggkjs93SmHkhaa9S3M4=",
|
||||||
"owner": "mrcjkb",
|
"owner": "mrcjkb",
|
||||||
"repo": "nix-gen-luarc-json",
|
"repo": "nix-gen-luarc-json",
|
||||||
"rev": "b36b69c4ded9f31b079523bc452e23458734cf00",
|
"rev": "1865b0ebb753ae5324d7381b1fa8c98c04ec7509",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -163,11 +163,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1749285348,
|
"lastModified": 1756787288,
|
||||||
"narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
|
"narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
|
"rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -10,7 +10,7 @@ vim.g.did_load_bufferline_plugin = true
|
||||||
|
|
||||||
local mocha = require("catppuccin.palettes").get_palette "mocha"
|
local mocha = require("catppuccin.palettes").get_palette "mocha"
|
||||||
require("bufferline").setup {
|
require("bufferline").setup {
|
||||||
highlights = require("catppuccin.groups.integrations.bufferline").get {
|
highlights = require("catppuccin.groups.integrations.bufferline").get_theme {
|
||||||
styles = { "italic", "bold" },
|
styles = { "italic", "bold" },
|
||||||
custom = {
|
custom = {
|
||||||
all = {
|
all = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue