- Notifications
You must be signed in to change notification settings - Fork0
Very simple plugin to convert lists into checkboxes in org-mode files
License
NotificationsYou must be signed in to change notification settings
massix/org-checkbox.nvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Small plugin to convert list into checkboxes and viceversa.
To install the plugin, simply add the following lines with your favouriteplugin manager, the example below is usingLazy:
{"massix/org-checkbox.nvim",config=function()require("orgcheckbox").setup()end,ft= {"org"},}The plugin automatically registers a buffer-local mapping set by default to<leader>oC which, if triggered on a list item it will toggle it between acheckbox and a standard list item.
If you want to change the default mapping, callsetup with anlhs option:
{"massix/org-checkbox.nvim",config=function()require("orgcheckbox").setup({lhs="<leader>oT"})end,}About
Very simple plugin to convert lists into checkboxes in org-mode files
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published