You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
399 B
Lua
9 lines
399 B
Lua
-- This file is intentionally left blank or can contain comments.
|
|
-- The plugin is now activated by calling require('todoer').setup()
|
|
-- in the user's Neovim configuration (e.g., init.lua or via a plugin manager).
|
|
|
|
-- Example user configuration (e.g., in init.lua or using lazy.nvim):
|
|
-- require('todoer').setup({
|
|
-- filetypes = { 'markdown', 'txt' } -- Optional: override default filetypes
|
|
-- })
|