chore: neodev -> lazydev

This commit is contained in:
isabel 2024-10-05 11:46:55 +01:00
parent 4a8fed3518
commit b67af3cc0c
No known key found for this signature in database
GPG key ID: 08A97B9A107A1798
6 changed files with 39 additions and 48 deletions

View file

@ -1,10 +0,0 @@
{
"neodev": {
"library": {
"enabled": true
}
},
"lspconfig": {
"sumneko_lua": {}
}
}

1
.nvim.lua Normal file
View file

@ -0,0 +1 @@
vim.g.lazydev_enabled = true

View file

@ -399,6 +399,26 @@
},
"version": "460e1cd8f24e364d54543a4b0e83f6f4ec1f65fb"
},
"lazydev": {
"cargoLocks": null,
"date": "2024-07-25",
"extract": null,
"name": "lazydev",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "folke",
"repo": "lazydev.nvim",
"rev": "491452cf1ca6f029e90ad0d0368848fac717c6d2",
"sha256": "sha256-D5gP2rVPYoWc8hslTrH7Z90cE7XEu+tfkD6FZzY/iPk=",
"type": "github"
},
"version": "491452cf1ca6f029e90ad0d0368848fac717c6d2"
},
"lazygit": {
"cargoLocks": null,
"date": "2024-10-01",
@ -559,26 +579,6 @@
},
"version": "aa7a58023166533da83ca7b11c0d2569e45d7381"
},
"neodev": {
"cargoLocks": null,
"date": "2024-07-06",
"extract": null,
"name": "neodev",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"owner": "folke",
"repo": "neodev.nvim",
"rev": "46aa467dca16cf3dfe27098042402066d2ae242d",
"sha256": "sha256-hOjzlo/IqmV8tYjGwfmcCPEmHYsWnEIwtHZdhpwA1kM=",
"type": "github"
},
"version": "46aa467dca16cf3dfe27098042402066d2ae242d"
},
"neovim-session-manager": {
"cargoLocks": null,
"date": "2024-08-02",

24
_sources/generated.nix generated
View file

@ -241,6 +241,18 @@
};
date = "2024-09-16";
};
lazydev = {
pname = "lazydev";
version = "491452cf1ca6f029e90ad0d0368848fac717c6d2";
src = fetchFromGitHub {
owner = "folke";
repo = "lazydev.nvim";
rev = "491452cf1ca6f029e90ad0d0368848fac717c6d2";
fetchSubmodules = false;
sha256 = "sha256-D5gP2rVPYoWc8hslTrH7Z90cE7XEu+tfkD6FZzY/iPk=";
};
date = "2024-07-25";
};
lazygit = {
pname = "lazygit";
version = "56760339a81cd1540d5a72fd9d93010a2677b55d";
@ -337,18 +349,6 @@
};
date = "2024-04-24";
};
neodev = {
pname = "neodev";
version = "46aa467dca16cf3dfe27098042402066d2ae242d";
src = fetchFromGitHub {
owner = "folke";
repo = "neodev.nvim";
rev = "46aa467dca16cf3dfe27098042402066d2ae242d";
fetchSubmodules = false;
sha256 = "sha256-hOjzlo/IqmV8tYjGwfmcCPEmHYsWnEIwtHZdhpwA1kM=";
};
date = "2024-07-06";
};
neovim-session-manager = {
pname = "neovim-session-manager";
version = "cbaebd92dce84e9ba63cb07d3199e5a19b204c1a";

View file

@ -80,6 +80,10 @@ src.git = "https://github.com/lukas-reineke/indent-blankline.nvim"
fetch.github = "folke/lazy.nvim"
src.git = "https://github.com/folke/lazy.nvim"
[lazydev]
fetch.github = "folke/lazydev.nvim"
src.git = "https://github.com/folke/lazydev.nvim"
[lazygit]
fetch.github = "kdheepak/lazygit.nvim"
src.git = "https://github.com/kdheepak/lazygit.nvim"
@ -112,10 +116,6 @@ src.git = "https://github.com/OXY2DEV/markview.nvim"
fetch.github = "IogaMaster/neocord"
src.git = "https://github.com/IogaMaster/neocord"
[neodev]
fetch.github = "folke/neodev.nvim"
src.git = "https://github.com/folke/neodev.nvim"
[neovim-session-manager]
fetch.github = "Shatur/neovim-session-manager"
src.git = "https://github.com/Shatur/neovim-session-manager"

View file

@ -297,8 +297,8 @@ rec {
config = ./trouble.lua;
};
neodev = {
src = srcs.neodev;
lazydev = {
src = srcs.lazydev;
config = true;
};