modules/editor: bump neovim to latest version
This commit is contained in:
parent
3c722fdf44
commit
030e3c9ee4
2 changed files with 10 additions and 21 deletions
17
flake.lock
17
flake.lock
|
@ -348,9 +348,7 @@
|
||||||
"lualine-lsp-progress": "lualine-lsp-progress",
|
"lualine-lsp-progress": "lualine-lsp-progress",
|
||||||
"lualine-nvim": "lualine-nvim",
|
"lualine-nvim": "lualine-nvim",
|
||||||
"luasnip": "luasnip",
|
"luasnip": "luasnip",
|
||||||
"neoformat": [
|
"neoformat": "neoformat",
|
||||||
"neoformat"
|
|
||||||
],
|
|
||||||
"nix2lua": "nix2lua",
|
"nix2lua": "nix2lua",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nlsp-settings-nvim": "nlsp-settings-nvim",
|
"nlsp-settings-nvim": "nlsp-settings-nvim",
|
||||||
|
@ -406,17 +404,17 @@
|
||||||
"neoformat": {
|
"neoformat": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1669902909,
|
"lastModified": 1661997045,
|
||||||
"narHash": "sha256-GpUlWqIdZKDVAwGyzzy/OwjRrxfzYfmyxYYJwGXP0Qg=",
|
"narHash": "sha256-x+TDVvH0DgmCCjOjhbE2/YaxnjCd4fcPxuQD6bhwVNs=",
|
||||||
"owner": "pleshevskiy",
|
"owner": "sbdchd",
|
||||||
"repo": "neoformat",
|
"repo": "neoformat",
|
||||||
"rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048",
|
"rev": "0ae951121da29a157d80db70c32679b428afffdc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "pleshevskiy",
|
"owner": "sbdchd",
|
||||||
"repo": "neoformat",
|
"repo": "neoformat",
|
||||||
"rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048",
|
"rev": "0ae951121da29a157d80db70c32679b428afffdc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -650,7 +648,6 @@
|
||||||
"mailserver": "mailserver",
|
"mailserver": "mailserver",
|
||||||
"myneovim": "myneovim",
|
"myneovim": "myneovim",
|
||||||
"mytools": "mytools",
|
"mytools": "mytools",
|
||||||
"neoformat": "neoformat",
|
|
||||||
"nil": "nil",
|
"nil": "nil",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"vnetod": "vnetod",
|
"vnetod": "vnetod",
|
||||||
|
|
14
flake.nix
14
flake.nix
|
@ -1,9 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
|
||||||
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
hardware.url = "github:NixOS/nixos-hardware/master";
|
hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
agenix = {
|
agenix = {
|
||||||
|
@ -34,14 +32,8 @@
|
||||||
url = "github:pleshevskiy/d2-vim?rev=f926fc066cd922c3c65aba9e2eed0b0b9c1567a1";
|
url = "github:pleshevskiy/d2-vim?rev=f926fc066cd922c3c65aba9e2eed0b0b9c1567a1";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
neoformat = {
|
myneovim.url = "git+https://git.pleshevski.ru/mynix/neovim";
|
||||||
url = "github:pleshevskiy/neoformat?rev=97835cd5fdc0f7589348ec4c9426a89bd9ee0048";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
myneovim = {
|
|
||||||
url = "git+https://git.pleshevski.ru/mynix/neovim";
|
|
||||||
inputs.neoformat.follows = "neoformat";
|
|
||||||
};
|
|
||||||
# my nix tools
|
# my nix tools
|
||||||
mytools = {
|
mytools = {
|
||||||
url = "git+https://git.pleshevski.ru/mynix/tools";
|
url = "git+https://git.pleshevski.ru/mynix/tools";
|
||||||
|
|
Loading…
Reference in a new issue