1
Fork 0

Change grub theme

This commit is contained in:
prescientmoon 2024-04-29 14:24:28 +02:00
parent 6da8078cc3
commit b09a445939
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
5 changed files with 64 additions and 56 deletions
home/features/neovim

View file

@ -510,17 +510,10 @@ let
cond = blacklist "vscode";
event = "VeryLazy";
config = true;
init = thunk /* lua */ ''
vim.ui.select = function(...)
require("lazy").load({ plugins = { "dressing.nvim" } })
return vim.ui.select(...)
end
vim.ui.input = function(...)
require("lazy").load({ plugins = { "dressing.nvim" } })
return vim.ui.input(...)
end
'';
opts = {
select.backend = [ "nui" "builtin" "telescope" ];
input.insert_only = false;
};
};
# }}}
# }}}