168 current 2024-03-13 12:14:36 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 12:14:44 -04:00
parent f5f00b5d63
commit fb7db58938

View file

@ -276,18 +276,7 @@
extraPlugins = with pkgs.vimPlugins; [
{
plugin = dressing-nvim;
config = '' lua function config()
local theme = require("telescope.themes").get_dropdown()
theme.layout_config = { width = 60, height = 17 }
require("dressing").setup({
input = { enabled = false },
select = { backend = { "telescope" }, telescope = theme }
})
end
config()
'';
config = ''lua require("dressing").setup()'';
}
{
plugin = overseer-nvim;