typo fixes
This commit is contained in:
parent
01112349a0
commit
b66384aeae
18
flake.lock
18
flake.lock
@ -43,11 +43,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697622055,
|
||||
"narHash": "sha256-t9rwzjlfgCnXDFGH3wsooYfAOA+XqQmgTojhzuNafZ4=",
|
||||
"lastModified": 1697688028,
|
||||
"narHash": "sha256-d9CAOd9W2iTrgB31a8Dvyp6Vgn/gxASCNrD4Z9yzUOY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "84fa81c7acb018c3c5a504dcefbc28a182c933c2",
|
||||
"rev": "c5c1ea85181d2bb44e46e8a944a8a3f56ad88f19",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -65,11 +65,11 @@
|
||||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697569807,
|
||||
"narHash": "sha256-NCyGgz4ppDf7uEfBrR7LYQI4BH9umOeUrxK25LyEdo4=",
|
||||
"lastModified": 1697795617,
|
||||
"narHash": "sha256-+u9Af2+YRj85oRgIr6J+lChTvp4XJx3VqRolqtH/DoY=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "a0b675ec9e57af8bc631fc8cc54d062b58669a9f",
|
||||
"rev": "bb9d0aed5bd11879f5a532e26fc0a91d1a8af714",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -201,11 +201,11 @@
|
||||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1697646416,
|
||||
"narHash": "sha256-rWB2uADZlVbKlh+RN54+zo2A3P1iBi/FSxRDUtNbSwI=",
|
||||
"lastModified": 1697793907,
|
||||
"narHash": "sha256-V2nTR/bN1GwozE2+Wz/YuuRq2uZhGo8HUSKCteJGQFs=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "32ef23c823f865d09b34076f2b133ce45464a66b",
|
||||
"rev": "d531cd7ef0001eaba84743d6666726df3c3b5620",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -83,13 +83,13 @@
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vimPlugins.comment-vim;
|
||||
plugin = vimPlugins.comment-nvim;
|
||||
config = toLuaFile ./plugins/comment.lua;
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vimPlugins.which-key-nvim;
|
||||
config = toLua ./plugins/whichkey.lua;
|
||||
config = toLuaFile ./plugins/whichkey.lua;
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user