dotfiles/config/neovim/after/plugin/todo-comments.lua

7 lines
124 B
Lua
Raw Normal View History

2022-03-31 00:13:30 +00:00
local status_ok, todo_comments = pcall(require, "todo-comments")
if not status_ok then
return
end
todo_comments.setup {}