many updates, added hardmode
This commit is contained in:
parent
99fb25e145
commit
1f41fc3018
8 changed files with 237 additions and 80 deletions
|
|
@ -2,8 +2,8 @@ return {
|
|||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim" },
|
||||
{ "nvim-telescope/telescope-ui-select.nvim" },
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", event = "VeryLazy" },
|
||||
{ "nvim-telescope/telescope-ui-select.nvim", event = "VeryLazy" },
|
||||
},
|
||||
init = function()
|
||||
U.cmd_executable("rg", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue