From 5555abb20b750266c73ef2bd0553f1d10d69ec8e Mon Sep 17 00:00:00 2001 From: janabhumi Date: Sat, 24 Sep 2022 23:52:23 +0300 Subject: [PATCH] nix: update myneovim --- flake.lock | 269 +++++++++++++++++++++++++++++++++++++++++++++-- flake.nix | 2 +- outputs/home.nix | 2 +- 3 files changed, 262 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index a091d96..a17d6ae 100644 --- a/flake.lock +++ b/flake.lock @@ -22,6 +22,40 @@ "type": "github" } }, + "cmp-luasnip": { + "flake": false, + "locked": { + "lastModified": 1651433493, + "narHash": "sha256-8ocJY5qeAJXFSuTnavXX6NvZyAB0EEn2Y+amrWp8B1Y=", + "owner": "saadparwaiz1", + "repo": "cmp_luasnip", + "rev": "a9de941bcbda508d0a45d28ae366bb3f08db2e36", + "type": "github" + }, + "original": { + "owner": "saadparwaiz1", + "repo": "cmp_luasnip", + "rev": "a9de941bcbda508d0a45d28ae366bb3f08db2e36", + "type": "github" + } + }, + "cmp-nvim-lsp": { + "flake": false, + "locked": { + "lastModified": 1652705110, + "narHash": "sha256-19Ka4EQhqo//IMjJ/DnXiHsevVWFy2M90oSjmBFfCO0=", + "owner": "hrsh7th", + "repo": "cmp-nvim-lsp", + "rev": "affe808a5c56b71630f17aa7c38e15c59fd648a8", + "type": "github" + }, + "original": { + "owner": "hrsh7th", + "repo": "cmp-nvim-lsp", + "rev": "affe808a5c56b71630f17aa7c38e15c59fd648a8", + "type": "github" + } + }, "dedsec-grub-theme": { "inputs": { "nixpkgs": [ @@ -90,6 +124,23 @@ "type": "github" } }, + "gitsigns-nvim": { + "flake": false, + "locked": { + "lastModified": 1663543397, + "narHash": "sha256-FgNSwvW7Bk+eKutMj0zqEorJ3+ijCALtOXs2OYiSX1I=", + "owner": "lewis6991", + "repo": "gitsigns.nvim", + "rev": "f98c85e7c3d65a51f45863a34feb4849c82f240f", + "type": "github" + }, + "original": { + "owner": "lewis6991", + "repo": "gitsigns.nvim", + "rev": "f98c85e7c3d65a51f45863a34feb4849c82f240f", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -128,28 +179,93 @@ "type": "github" } }, + "lualine-lsp-progress": { + "flake": false, + "locked": { + "lastModified": 1634947677, + "narHash": "sha256-8HMtydFDzTxsuKvce+bIra9vZ9zHfEBHyR346W635b8=", + "owner": "arkav", + "repo": "lualine-lsp-progress", + "rev": "56842d097245a08d77912edf5f2a69ba29f275d7", + "type": "github" + }, + "original": { + "owner": "arkav", + "repo": "lualine-lsp-progress", + "rev": "56842d097245a08d77912edf5f2a69ba29f275d7", + "type": "github" + } + }, + "lualine-nvim": { + "flake": false, + "locked": { + "lastModified": 1662921346, + "narHash": "sha256-bGVozEoffFxjiLACTfnDGX11yIHGhLawQWn80Nbd6TM=", + "owner": "nvim-lualine", + "repo": "lualine.nvim", + "rev": "a52f078026b27694d2290e34efa61a6e4a690621", + "type": "github" + }, + "original": { + "owner": "nvim-lualine", + "repo": "lualine.nvim", + "rev": "a52f078026b27694d2290e34efa61a6e4a690621", + "type": "github" + } + }, + "luaship": { + "flake": false, + "locked": { + "lastModified": 1663664003, + "narHash": "sha256-56x4Eke/7Cdn4/8T0SM73WpDqBSFq1vFY5VdkNlUBwI=", + "owner": "L3MON4D3", + "repo": "LuaSnip", + "rev": "d36c063b7f6e701852f7880f1314656592a61b4f", + "type": "github" + }, + "original": { + "owner": "L3MON4D3", + "repo": "LuaSnip", + "rev": "d36c063b7f6e701852f7880f1314656592a61b4f", + "type": "github" + } + }, "myneovim": { "inputs": { + "cmp-luasnip": "cmp-luasnip", + "cmp-nvim-lsp": "cmp-nvim-lsp", "editorconfig-nvim": "editorconfig-nvim", + "gitsigns-nvim": "gitsigns-nvim", "lspsaga-nvim": "lspsaga-nvim", + "lualine-lsp-progress": "lualine-lsp-progress", + "lualine-nvim": "lualine-nvim", + "luaship": "luaship", + "neoformat": "neoformat", "nixpkgs": [ "nixpkgs" ], + "nvim-cmp": "nvim-cmp", + "nvim-lspconfig": "nvim-lspconfig", "nvim-tree-lua": "nvim-tree-lua", + "nvim-treesitter": "nvim-treesitter", + "nvim-web-devicons": "nvim-web-devicons", + "plenary-nvim": "plenary-nvim", "tabby-nvim": "tabby-nvim", "telescope-live-grep-args-nvim": "telescope-live-grep-args-nvim", + "telescope-nvim": "telescope-nvim", + "theme": "theme", "utils": "utils_2" }, "locked": { - "lastModified": 1663737831, - "narHash": "sha256-l5IDGGz1BXkma0HaH1utqIMMf59Y5SX908ILeIAxZtc=", - "ref": "refs/heads/main", - "rev": "8fbfb97b9d5f0891f43fc587e9195149051191ca", - "revCount": 31, + "lastModified": 1664052375, + "narHash": "sha256-NxB075dSTaZXUtoU3+BgFmErQ7tprIbjQ+UP8rU/3+4=", + "rev": "d6a70d64ea041ff33640b74354f69af58db62078", + "revCount": 37, "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" }, "original": { + "rev": "d6a70d64ea041ff33640b74354f69af58db62078", "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" } @@ -175,6 +291,23 @@ "type": "github" } }, + "neoformat": { + "flake": false, + "locked": { + "lastModified": 1661997045, + "narHash": "sha256-x+TDVvH0DgmCCjOjhbE2/YaxnjCd4fcPxuQD6bhwVNs=", + "owner": "sbdchd", + "repo": "neoformat", + "rev": "0ae951121da29a157d80db70c32679b428afffdc", + "type": "github" + }, + "original": { + "owner": "sbdchd", + "repo": "neoformat", + "rev": "0ae951121da29a157d80db70c32679b428afffdc", + "type": "github" + } + }, "nil": { "inputs": { "flake-utils": "flake-utils", @@ -214,20 +347,104 @@ "type": "github" } }, + "nvim-cmp": { + "flake": false, + "locked": { + "lastModified": 1663990701, + "narHash": "sha256-gpkPMlOUMfTlef5WRFHLkmKEDZ9TRA/yRPqb6UXnKOA=", + "owner": "hrsh7th", + "repo": "nvim-cmp", + "rev": "17a55b3d5498c617855d015bbcad0c872d10c879", + "type": "github" + }, + "original": { + "owner": "hrsh7th", + "repo": "nvim-cmp", + "rev": "17a55b3d5498c617855d015bbcad0c872d10c879", + "type": "github" + } + }, + "nvim-lspconfig": { + "flake": false, + "locked": { + "lastModified": 1663921594, + "narHash": "sha256-uCFhwcR4oW+4wrSt6rx5G8k75dOLeqmYzW1G1CYlLkM=", + "owner": "neovim", + "repo": "nvim-lspconfig", + "rev": "d4eb971db353ccf78cefb3be1b05483b69ec1e69", + "type": "github" + }, + "original": { + "owner": "neovim", + "repo": "nvim-lspconfig", + "rev": "d4eb971db353ccf78cefb3be1b05483b69ec1e69", + "type": "github" + } + }, "nvim-tree-lua": { "flake": false, "locked": { - "lastModified": 1663635041, - "narHash": "sha256-5n8dAMHWImhgtVjXic8wnV33l7VWLzRXM0W22Uk76vo=", + "lastModified": 1663823703, + "narHash": "sha256-QY60TDUVmKcFzCAojReZEAbQcyEYgCG4nhgsx74OtVM=", "owner": "kyazdani42", "repo": "nvim-tree.lua", - "rev": "f6ce6e59625947fc9192f3dc40c25519cf29b137", + "rev": "0417d9148b6546bf4883b6e9750f992f980afbfe", "type": "github" }, "original": { "owner": "kyazdani42", - "ref": "1553-wrong-align-on-open-dir", "repo": "nvim-tree.lua", + "rev": "0417d9148b6546bf4883b6e9750f992f980afbfe", + "type": "github" + } + }, + "nvim-treesitter": { + "flake": false, + "locked": { + "lastModified": 1664008557, + "narHash": "sha256-hZqZkXrIw9OfXLqioSqagmEPoIz8gcT+WpEhVURdeHw=", + "owner": "nvim-treesitter", + "repo": "nvim-treesitter", + "rev": "a60aa7b2e1dd9219c6356f65ba48bdbd50090abd", + "type": "github" + }, + "original": { + "owner": "nvim-treesitter", + "repo": "nvim-treesitter", + "rev": "a60aa7b2e1dd9219c6356f65ba48bdbd50090abd", + "type": "github" + } + }, + "nvim-web-devicons": { + "flake": false, + "locked": { + "lastModified": 1663532214, + "narHash": "sha256-e8FP68mEmPAEbk+rYEKKGi0ZTJHDCPxrulnivkzInXk=", + "owner": "kyazdani42", + "repo": "nvim-web-devicons", + "rev": "969728506c0175644a1d448f55e311ccdada7eaf", + "type": "github" + }, + "original": { + "owner": "kyazdani42", + "repo": "nvim-web-devicons", + "rev": "969728506c0175644a1d448f55e311ccdada7eaf", + "type": "github" + } + }, + "plenary-nvim": { + "flake": false, + "locked": { + "lastModified": 1663402373, + "narHash": "sha256-d06QP5JGhpH6UUVF9STYzfJMzvg5HrJfDqlAoVXaLeM=", + "owner": "nvim-lua", + "repo": "plenary.nvim", + "rev": "62dc2a7acd2fb2581871a36c1743b29e26c60390", + "type": "github" + }, + "original": { + "owner": "nvim-lua", + "repo": "plenary.nvim", "type": "github" } }, @@ -301,6 +518,40 @@ "type": "github" } }, + "telescope-nvim": { + "flake": false, + "locked": { + "lastModified": 1663402536, + "narHash": "sha256-hIOg0rFAek9p6/k2USBAPQwIoVdSJ+Tw6A0jrup9xto=", + "owner": "nvim-telescope", + "repo": "telescope.nvim", + "rev": "30e2dc5232d0dd63709ef8b44a5d6184005e8602", + "type": "github" + }, + "original": { + "owner": "nvim-telescope", + "repo": "telescope.nvim", + "rev": "30e2dc5232d0dd63709ef8b44a5d6184005e8602", + "type": "github" + } + }, + "theme": { + "flake": false, + "locked": { + "lastModified": 1663990749, + "narHash": "sha256-EdmZ5qXY10jkYBgtd/qe23Ccl5qwFm3bwXNQIG8Qn5A=", + "owner": "catppuccin", + "repo": "nvim", + "rev": "9ac18414f0446478024b19018d73b7ea14f6fc96", + "type": "github" + }, + "original": { + "owner": "catppuccin", + "repo": "nvim", + "rev": "9ac18414f0446478024b19018d73b7ea14f6fc96", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1659877975, diff --git a/flake.nix b/flake.nix index 506c3f0..b5dda43 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ # my neovim configuration myneovim = { - url = "git+https://git.pleshevski.ru/mynix/neovim"; + url = "git+https://git.pleshevski.ru/mynix/neovim?rev=d6a70d64ea041ff33640b74354f69af58db62078"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/outputs/home.nix b/outputs/home.nix index 7087ad6..f575121 100644 --- a/outputs/home.nix +++ b/outputs/home.nix @@ -8,7 +8,7 @@ let overlays = [ inputs.wired.overlays.${system} - inputs.myneovim.overlays.${system} + inputs.myneovim.overlays.default inputs.vnetod.overlays.${system} (f: p: { nil = inputs.nil.packages.${system}.nil; }) ];