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-nvim": "lualine-nvim",
|
||||
"luasnip": "luasnip",
|
||||
"neoformat": [
|
||||
"neoformat"
|
||||
],
|
||||
"neoformat": "neoformat",
|
||||
"nix2lua": "nix2lua",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nlsp-settings-nvim": "nlsp-settings-nvim",
|
||||
|
@ -406,17 +404,17 @@
|
|||
"neoformat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1669902909,
|
||||
"narHash": "sha256-GpUlWqIdZKDVAwGyzzy/OwjRrxfzYfmyxYYJwGXP0Qg=",
|
||||
"owner": "pleshevskiy",
|
||||
"lastModified": 1661997045,
|
||||
"narHash": "sha256-x+TDVvH0DgmCCjOjhbE2/YaxnjCd4fcPxuQD6bhwVNs=",
|
||||
"owner": "sbdchd",
|
||||
"repo": "neoformat",
|
||||
"rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048",
|
||||
"rev": "0ae951121da29a157d80db70c32679b428afffdc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pleshevskiy",
|
||||
"owner": "sbdchd",
|
||||
"repo": "neoformat",
|
||||
"rev": "97835cd5fdc0f7589348ec4c9426a89bd9ee0048",
|
||||
"rev": "0ae951121da29a157d80db70c32679b428afffdc",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -650,7 +648,6 @@
|
|||
"mailserver": "mailserver",
|
||||
"myneovim": "myneovim",
|
||||
"mytools": "mytools",
|
||||
"neoformat": "neoformat",
|
||||
"nil": "nil",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"vnetod": "vnetod",
|
||||
|
|
14
flake.nix
14
flake.nix
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
agenix = {
|
||||
|
@ -34,14 +32,8 @@
|
|||
url = "github:pleshevskiy/d2-vim?rev=f926fc066cd922c3c65aba9e2eed0b0b9c1567a1";
|
||||
flake = false;
|
||||
};
|
||||
neoformat = {
|
||||
url = "github:pleshevskiy/neoformat?rev=97835cd5fdc0f7589348ec4c9426a89bd9ee0048";
|
||||
flake = false;
|
||||
};
|
||||
myneovim = {
|
||||
url = "git+https://git.pleshevski.ru/mynix/neovim";
|
||||
inputs.neoformat.follows = "neoformat";
|
||||
};
|
||||
myneovim.url = "git+https://git.pleshevski.ru/mynix/neovim";
|
||||
|
||||
# my nix tools
|
||||
mytools = {
|
||||
url = "git+https://git.pleshevski.ru/mynix/tools";
|
||||
|
|
Loading…
Reference in a new issue