Skip to content

Commit

Permalink
apps/neovim: Add telescope.nvim
Browse files Browse the repository at this point in the history
Not directly using it at this point, just leveraging it as a dependency
of some stuff in my hm extensions to this baseline config.
  • Loading branch information
Shados committed Apr 19, 2021
1 parent 882d4ac commit 90e790e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@ in
'';
};
"tpope/vim-unimpaired".enable = true;
# TODO set these up
"nvim-telescope/telescope.nvim" = {
enable = true;
dependencies = [ "nvim-lua/plenary.nvim" "nvim-lua/popup.nvim" ];
};
# }}}

# Next-up {{{
Expand All @@ -584,6 +589,7 @@ in
"Shados/earthshine"
];
};
"nvim-lua/popup.nvim".dependencies = [ "nvim-lua/plenary.nvim" ];
# }}}
};
};
Expand Down
13 changes: 13 additions & 0 deletions apps/neovim/pins/nvim\x2dlua-plenary.nvim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2021-04-18T10:51:34-04:00",
"deepClone": false,
"fetchSubmodules": false,
"fetchType": "github",
"leaveDotGit": false,
"path": "/nix/store/gqgk8b8600sb372688wri0n6z6bm10w1-plenary.nvim",
"plugName": "nvim-lua/plenary.nvim",
"rev": "bf8038e837dfdf802ca1a294f5e6887fb798bc2a",
"sha256": "046vz06k78gpklzbmjjkp5ffs1i6znq277i5mnm8a264snf784xb",
"url": "https://github.com/nvim-lua/plenary.nvim.git",
"version": "unstable-2021-04-18"
}
13 changes: 13 additions & 0 deletions apps/neovim/pins/nvim\x2dlua-popup.nvim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2021-03-09T22:51:55-05:00",
"deepClone": false,
"fetchSubmodules": false,
"fetchType": "github",
"leaveDotGit": false,
"path": "/nix/store/r9xgqv3snmb753mw5yy4k06sjlrd9h46-popup.nvim",
"plugName": "nvim-lua/popup.nvim",
"rev": "bc98ca6df9179452c368f0d7bac821a8fd4c01ac",
"sha256": "0j1gkaba6z5vb922j47i7sq0d1zwkr5581w0nxd8c31klghg3kyn",
"url": "https://github.com/nvim-lua/popup.nvim.git",
"version": "unstable-2021-03-09"
}
13 changes: 13 additions & 0 deletions apps/neovim/pins/nvim\x2dtelescope-telescope.nvim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"date": "2021-04-17T22:50:07+03:00",
"deepClone": false,
"fetchSubmodules": false,
"fetchType": "github",
"leaveDotGit": false,
"path": "/nix/store/r4bxbsz3z8k4a69877xrsyi1klmky5a1-telescope.nvim",
"plugName": "nvim-telescope/telescope.nvim",
"rev": "f92b9b1fae70d5fac681a29f0df64549c399f18f",
"sha256": "176h2sy75hgykzw5kf1vhp29gxk180c3a1rl8rcms8vinn1b95d3",
"url": "https://github.com/nvim-telescope/telescope.nvim.git",
"version": "unstable-2021-04-17"
}

0 comments on commit 90e790e

Please sign in to comment.