bump neovim for latest version
This commit is contained in:
parent
dce5afc05a
commit
238ab40de1
3 changed files with 25 additions and 7 deletions
26
flake.lock
26
flake.lock
|
@ -319,6 +319,7 @@
|
|||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"nlsp-settings-nvim": "nlsp-settings-nvim",
|
||||
"nvim-cmp": "nvim-cmp",
|
||||
"nvim-lspconfig": "nvim-lspconfig",
|
||||
"nvim-orgmode": "nvim-orgmode",
|
||||
|
@ -334,11 +335,11 @@
|
|||
"utils": "utils_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1667896270,
|
||||
"narHash": "sha256-q+vN+aR2HMDIjLg0LZxmAYqYD29Ix8aJTRbFSdX4Q5U=",
|
||||
"lastModified": 1668027694,
|
||||
"narHash": "sha256-7fp4P0ZAWn4juovE8Of8pYUDWt7pjzOCSAVvmEWte6A=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "f8d8c99ac5d07987d726eb2b0a3ceda1cb3969d2",
|
||||
"revCount": 60,
|
||||
"rev": "91e0909ac694c04f70dd1654722b6a9384f087f2",
|
||||
"revCount": 62,
|
||||
"type": "git",
|
||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||
},
|
||||
|
@ -419,6 +420,23 @@
|
|||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"nlsp-settings-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1668009753,
|
||||
"narHash": "sha256-Zy+TPa2aei9ku3eibOXMHCOZ0awqQfjPUdsJok5P088=",
|
||||
"owner": "tamago324",
|
||||
"repo": "nlsp-settings.nvim",
|
||||
"rev": "effb5f50b2ad7d6070e429635384345ca4be078e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "tamago324",
|
||||
"repo": "nlsp-settings.nvim",
|
||||
"rev": "effb5f50b2ad7d6070e429635384345ca4be078e",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nvim-cmp": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
@ -36,9 +36,8 @@ in
|
|||
ripgrep # a fuzzy finder
|
||||
vnetod # a tool to change env sections
|
||||
|
||||
# nix
|
||||
nixpkgs-fmt
|
||||
nil # lsp server
|
||||
nixpkgs-fmt # nix formatter
|
||||
nil # nix lsp server
|
||||
|
||||
docker-compose
|
||||
];
|
||||
|
|
|
@ -40,6 +40,7 @@ in
|
|||
key = cfg.gpgKey;
|
||||
signByDefault = true;
|
||||
};
|
||||
ignores = [ ".nlsp-settings" ];
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
|
|
Loading…
Reference in a new issue