-- https://github.com/gorbit99/codewindow.nvim local codewindow = require("codewindow") codewindow.setup() -- mo - open the minimap -- mc - close the minimap -- mf - focus/unfocus the minimap -- mm - toggle the minimap codewindow.apply_default_keybinds()