diff --git a/flake.lock b/flake.lock index 1f27615..bdeccbb 100644 --- a/flake.lock +++ b/flake.lock @@ -180,22 +180,6 @@ "type": "github" } }, - "himalaya": { - "flake": false, - "locked": { - "lastModified": 1647810768, - "narHash": "sha256-CXchZbXX7NH2ZXeAoPph3qxxdcAdDVZLBmOMwxFu+Yo=", - "owner": "soywod", - "repo": "himalaya", - "rev": "fe8f9eab7c4f1e7c470ac8cea48594d38580f8dc", - "type": "github" - }, - "original": { - "owner": "soywod", - "repo": "himalaya", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -460,14 +444,12 @@ "darwin": "darwin", "flake-utils": "flake-utils", "hercules-ci-agent": "hercules-ci-agent", - "himalaya": "himalaya", "home-manager": "home-manager", "neovim-nightly-overlay": "neovim-nightly-overlay", "nixos-hardware": "nixos-hardware", "nixos-shell": "nixos-shell", "nixos-vscode-server": "nixos-vscode-server", "nixpkgs": "nixpkgs_5", - "vim-eldar": "vim-eldar", "zk-nvim": "zk-nvim" } }, @@ -501,22 +483,6 @@ "type": "github" } }, - "vim-eldar": { - "flake": false, - "locked": { - "lastModified": 1579240147, - "narHash": "sha256-O4TaWcrlhjqGIvAf6QvzUgE3ExcbTELR9JKc9waarMQ=", - "owner": "agude", - "repo": "vim-eldar", - "rev": "6c7117688e654abe89246a9baa42ab2ee8dd1304", - "type": "github" - }, - "original": { - "owner": "agude", - "repo": "vim-eldar", - "type": "github" - } - }, "zk-nvim": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 182ba01..6c28117 100644 --- a/flake.nix +++ b/flake.nix @@ -22,10 +22,6 @@ # Vim & its plugins (not in nixpkgs) neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; neovim-nightly-overlay.inputs.neovim-flake.url = "github:neovim/neovim/v0.7.0?dir=contrib"; - vim-eldar.url = "github:agude/vim-eldar"; - vim-eldar.flake = false; - himalaya.url = "github:soywod/himalaya"; - himalaya.flake = false; zk-nvim.url = "github:mickael-menu/zk-nvim"; zk-nvim.flake = false; coc-rust-analyzer.url = "github:fannheyward/coc-rust-analyzer"; diff --git a/home/neovim.nix b/home/neovim.nix index c4eebdc..2499689 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -45,14 +45,6 @@ in dracula-vim gruvbox papercolor-theme - (pkgs.vimUtils.buildVimPlugin { - name = "eldar"; - src = inputs.vim-eldar; - }) - (pkgs.vimUtils.buildVimPlugin { - name = "himalaya"; - src = inputs.himalaya + /vim; - }) { plugin = lualine-nvim;