- Finally move all keymappings into which-key - Change to MunsMan/kitty-navigator.nvim - Change mapping for switching window/split to Ctrl+Shift+<vim-motion> - Add some new mappings like 'gt' for LazyGit Terminal split
10 lines
385 B
Lua
10 lines
385 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- ------------------------------- Icon Picker ---------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
return {
|
|
"ziontee113/icon-picker.nvim",
|
|
config = function()
|
|
require("icon-picker").setup({ disable_legacy_commands = true })
|
|
end,
|
|
}
|