flake.lock: update nixeovim
This commit is contained in:
parent
1a25e9d1fd
commit
370bad97f8
3 changed files with 4 additions and 12 deletions
|
@ -317,11 +317,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718745330,
|
"lastModified": 1720807102,
|
||||||
"narHash": "sha256-zINbhAi9hekXW7GutexhPgxl4gzPPhcQHKzGzOKcZZQ=",
|
"narHash": "sha256-e4qq/+Zi1A/xv78Siuxu1jxYkGWjr/o0Xb1DBbQ5Q/M=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "a26b0bd7c3362c64a75297c94d3b12ee601e4ef6",
|
"rev": "a6b4b729baf5c9472e9e069cd655edc8359bbada",
|
||||||
"revCount": 86,
|
"revCount": 87,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/pleshevskiy/nixeovim"
|
"url": "https://git.pleshevski.ru/pleshevskiy/nixeovim"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./ollama.nix
|
./ollama.nix
|
||||||
./nlsp-settings.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
plugin.nlsp-settings-nvim = {
|
|
||||||
enable = true;
|
|
||||||
name = "nlspsettings";
|
|
||||||
setupSettings = { };
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue