-- https://github.com/gorbit99/codewindow.nvim local status, codewindow = pcall(require, "codewindow") if not status then return end codewindow.setup() -- mo - open the minimap -- mc - close the minimap -- mf - focus/unfocus the minimap -- mm - toggle the minimap codewindow.apply_default_keybinds()