From 370bad97f812edcc5f70b8fe26c95018b1b94807 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 12 Jul 2024 20:59:08 +0300 Subject: [PATCH] flake.lock: update nixeovim --- flake.lock | 8 ++++---- neovim/plugins/default.nix | 1 - neovim/plugins/nlsp-settings.nix | 7 ------- 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 neovim/plugins/nlsp-settings.nix diff --git a/flake.lock b/flake.lock index e38c248..3a6585b 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/neovim/plugins/default.nix b/neovim/plugins/default.nix index d1f6226..5ad1883 100644 --- a/neovim/plugins/default.nix +++ b/neovim/plugins/default.nix @@ -1,6 +1,5 @@ { imports = [ ./ollama.nix - ./nlsp-settings.nix ]; } diff --git a/neovim/plugins/nlsp-settings.nix b/neovim/plugins/nlsp-settings.nix deleted file mode 100644 index c721f27..0000000 --- a/neovim/plugins/nlsp-settings.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - plugin.nlsp-settings-nvim = { - enable = true; - name = "nlspsettings"; - setupSettings = { }; - }; -}