flake.lock: update nixeovim

This commit is contained in:
Dmitriy Pleshevskiy 2024-07-12 20:59:08 +03:00
parent 1a25e9d1fd
commit 370bad97f8
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
3 changed files with 4 additions and 12 deletions

View file

@ -317,11 +317,11 @@
]
},
"locked": {
"lastModified": 1718745330,
"narHash": "sha256-zINbhAi9hekXW7GutexhPgxl4gzPPhcQHKzGzOKcZZQ=",
"lastModified": 1720807102,
"narHash": "sha256-e4qq/+Zi1A/xv78Siuxu1jxYkGWjr/o0Xb1DBbQ5Q/M=",
"ref": "refs/heads/main",
"rev": "a26b0bd7c3362c64a75297c94d3b12ee601e4ef6",
"revCount": 86,
"rev": "a6b4b729baf5c9472e9e069cd655edc8359bbada",
"revCount": 87,
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/nixeovim"
},

View file

@ -1,6 +1,5 @@
{
imports = [
./ollama.nix
./nlsp-settings.nix
];
}

View file

@ -1,7 +0,0 @@
{
plugin.nlsp-settings-nvim = {
enable = true;
name = "nlspsettings";
setupSettings = { };
};
}