return { -- Web icons { "nvim-tree/nvim-web-devicons", }, -- which-key.nvim: shows available keybindings { "folke/which-key.nvim", event = "VeryLazy", config = function() require("which-key").setup({ plugins = { spelling = true }, win = { border = "rounded" }, }) end, }, }