@@ -488,89 +488,89 @@ To refresh the minimap for windows 3 and 4:
488488
489489- Global API
490490
491- - ` require('neominimap').on() `
491+ - ` require('neominimap').on() `
492492
493- - ** Description:** Enable the minimap globally across all buffers and windows.
494- - ** Arguments:** None
493+ - ** Description:** Enable the minimap globally across all buffers and windows.
494+ - ** Arguments:** None
495495
496- - ` require('neominimap').off() `
496+ - ` require('neominimap').off() `
497497
498- - ** Description:** Disable the minimap globally.
499- - ** Arguments:** None
498+ - ** Description:** Disable the minimap globally.
499+ - ** Arguments:** None
500500
501- - ` require('neominimap').toggle() `
501+ - ` require('neominimap').toggle() `
502502
503- - ** Description:** Toggle the minimap on or off globally.
504- - ** Arguments:** None
503+ - ** Description:** Toggle the minimap on or off globally.
504+ - ** Arguments:** None
505505
506- - ` require('neominimap').refresh() `
506+ - ` require('neominimap').refresh() `
507507
508- - ** Description:** Refresh the minimap globally.
509- - ** Arguments:** None
508+ - ** Description:** Refresh the minimap globally.
509+ - ** Arguments:** None
510510
511- - ` require('neominimap').enabled() `
511+ - ` require('neominimap').enabled() `
512512
513- - ** Description:** Check if the minimap is enabled globally.
514- - ** Arguments:** None
515- - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
513+ - ** Description:** Check if the minimap is enabled globally.
514+ - ** Arguments:** None
515+ - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
516516
517517- Buffer API
518518
519- - ` require('neominimap').bufOn(<bufnr>) `
519+ - ` require('neominimap').bufOn(<bufnr>) `
520520
521- - ** Description:** Enable the minimap for specified buffers.
522- - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
521+ - ** Description:** Enable the minimap for specified buffers.
522+ - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
523523
524- - ` require('neominimap').bufOff(<bufnr>) `
524+ - ` require('neominimap').bufOff(<bufnr>) `
525525
526- - ** Description:** Disable the minimap for specified buffers.
527- - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
526+ - ** Description:** Disable the minimap for specified buffers.
527+ - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
528528
529- - ` require('neominimap').bufToggle(<bufnr>) `
529+ - ` require('neominimap').bufToggle(<bufnr>) `
530530
531- - ** Description:** Toggle the minimap for specified buffers.
532- - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
531+ - ** Description:** Toggle the minimap for specified buffers.
532+ - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
533533
534- - ` require('neominimap').bufRefresh(<bufnr>) `
534+ - ` require('neominimap').bufRefresh(<bufnr>) `
535535
536- - ** Description:** Refresh the minimap buffers for specified buffers.
537- - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
536+ - ** Description:** Refresh the minimap buffers for specified buffers.
537+ - ** Arguments:** List of buffer numbers (defaults to current buffer if list is empty)
538538
539- - ` require('neominimap').bufEnabled(bufnr) `
539+ - ` require('neominimap').bufEnabled(bufnr) `
540540
541- - ** Description:** Check if the minimap is enabled for specified buffers.
542- - ** Arguments:** A buffer number. If no buffer is specified, check for the
543- current buffer.
544- - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
541+ - ** Description:** Check if the minimap is enabled for specified buffers.
542+ - ** Arguments:** A buffer number. If no buffer is specified, check for the
543+ current buffer.
544+ - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
545545
546546- Tabpage API
547547
548- - ` require('neominimap').tabOn(<tabid>) ` \*
548+ - ` require('neominimap').tabOn(<tabid>) ` \*
549549
550- - ** Description:** Enable the minimap for specified tabpages.
551- - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
550+ - ** Description:** Enable the minimap for specified tabpages.
551+ - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
552552
553- - ` require('neominimap').tabOff(<tabid>) `
553+ - ` require('neominimap').tabOff(<tabid>) `
554554
555- - ** Description:** Disable the minimap for specified tabpages.
556- - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
555+ - ** Description:** Disable the minimap for specified tabpages.
556+ - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
557557
558- - ` require('neominimap').tabToggle(<tabid>) `
558+ - ` require('neominimap').tabToggle(<tabid>) `
559559
560- - ** Description:** Toggle the minimap for specified tabpages.
561- - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
560+ - ** Description:** Toggle the minimap for specified tabpages.
561+ - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
562562
563- - ` require('neominimap').tabRefresh(tabid) `
563+ - ` require('neominimap').tabRefresh(tabid) `
564564
565- - ** Description:** Refresh the minimap tabs for specified tabpages.
566- - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
565+ - ** Description:** Refresh the minimap tabs for specified tabpages.
566+ - ** Arguments:** List of tabpage IDs (defaults to current tabpage if list is empty)
567567
568- - ` require('neominimap').tabEnabled(tabid) `
568+ - ` require('neominimap').tabEnabled(tabid) `
569569
570- - ** Description:** Check if the minimap is enabled for specified tabpages.
571- - ** Arguments:** A tabpage ID. If no tabpage is specified, check for the
572- current tabpage.
573- - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
570+ - ** Description:** Check if the minimap is enabled for specified tabpages.
571+ - ** Arguments:** A tabpage ID. If no tabpage is specified, check for the
572+ current tabpage.
573+ - ** Returns:** ` true ` if the minimap is enabled, ` false ` otherwise
574574
575575- Window API
576576
0 commit comments