Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
neovim-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eduardo Trujillo
neovim-config
Compare revisions
f3cbbec0520a8e55a534c74ca1313a5e14badc80 to 8f446b17e263d94a3e565fa31ff32ea0174715a7
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
etcinit/neovim-config
Select target project
No results found
8f446b17e263d94a3e565fa31ff32ea0174715a7
Select Git revision
Swap
Target
etcinit/neovim-config
Select target project
etcinit/neovim-config
1 result
f3cbbec0520a8e55a534c74ca1313a5e14badc80
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: Update nixpkgs
· f2b3f0f1
Eduardo Trujillo
authored
1 year ago
f2b3f0f1
feat: Update barbar config to remove deprecated option
· 8f446b17
Eduardo Trujillo
authored
1 year ago
8f446b17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
flake.lock
+23
-20
23 additions, 20 deletions
flake.lock
flake.nix
+2
-2
2 additions, 2 deletions
flake.nix
src/lua/config/barbar.lua
+1
-1
1 addition, 1 deletion
src/lua/config/barbar.lua
with
26 additions
and
23 deletions
flake.lock
View file @
8f446b17
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 16
78901627
,
"narHash": "sha256-
U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0
=",
"lastModified": 16
94529238
,
"narHash": "sha256-
zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY
=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "
93a2b84fc4b70d9e089d029deacc3583435c2ed6
",
"rev": "
ff7b65b44d01cf9ba6a71320833626af21126384
",
"type": "github"
},
"original": {
...
...
@@ -19,35 +22,35 @@
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
]
},
"locked": {
"lastModified": 16
792
651
43
,
"narHash": "sha256-
5RDMW+O4owjdPz7t4K4YxH2fOHCNOcyVmSiKRUikiv0
=",
"lastModified": 16
944
651
29
,
"narHash": "sha256-
8BQiuobMrCfCbGM7w6Snx+OBYdtTIm0+cGVaKwQ5BFg
=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "
1b8bf5c3270386a1b6850bd77d79dbdbaf0d7a7c
",
"rev": "
9787dffff5d315c9593d3f9fb0f9bf2097e1b57b
",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 16
79224734
,
"narHash": "sha256-
1Ab3xY7Wgo1h1TNwRt6fp2XjV+KUo+hP1Bolh0KiDJs
=",
"lastModified": 16
94499547
,
"narHash": "sha256-
R7xMz1Iia6JthWRHDn36s/E248WB1/je62ovC/dUVKI
=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e
ac7da7b519a5aefe92c33c90b4450a24ebe0ab3
",
"rev": "e
5f018cf150e29aac26c61dac0790ea023c46b24
",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-2
2.11
",
"ref": "nixos-2
3.05
",
"type": "indirect"
}
},
...
...
@@ -58,18 +61,18 @@
"nixpkgs": "nixpkgs"
}
},
"
util
s": {
"
system
s": {
"locked": {
"lastModified": 16
76283394
,
"narHash": "sha256-
XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4
=",
"owner": "n
umtide
",
"repo": "
flake-utils
",
"rev": "
3db36a8b464d0c4532ba1c7dda728f4576d6d073
",
"lastModified": 16
81028828
,
"narHash": "sha256-
Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768
=",
"owner": "n
ix-systems
",
"repo": "
default
",
"rev": "
da67096a3b9bf56a91d16901293e51ba5b49a27e
",
"type": "github"
},
"original": {
"owner": "n
umtide
",
"repo": "
flake-utils
",
"owner": "n
ix-systems
",
"repo": "
default
",
"type": "github"
}
}
...
...
This diff is collapsed.
Click to expand it.
flake.nix
View file @
8f446b17
{
inputs
=
{
nixpkgs
.
url
=
"nixpkgs/nixos-2
2.11
"
;
nixpkgs
.
url
=
"nixpkgs/nixos-2
3.05
"
;
flake-utils
.
url
=
"github:numtide/flake-utils"
;
home-manager
=
{
url
=
"github:nix-community/home-manager"
;
url
=
"github:nix-community/home-manager
/release-23.05
"
;
inputs
.
nixpkgs
.
follows
=
"nixpkgs"
;
};
};
...
...
This diff is collapsed.
Click to expand it.
src/lua/config/barbar.lua
View file @
8f446b17
...
...
@@ -2,6 +2,6 @@ return function()
local
bufferline
=
require
(
'bufferline'
)
bufferline
.
setup
{
icons
=
true
,
icons
=
{
filetype
=
{
enabled
=
true
}
}
,
}
end
This diff is collapsed.
Click to expand it.