feat(nvim): add todo comments plugin

This commit is contained in:
Stefan Imhoff
2022-12-10 15:33:29 +01:00
parent 63e4c57abf
commit 90db99e729
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- https://github.com/folke/todo-comments.nvim
local status_ok, todo = pcall(require, "todo-comments")
if not status_ok then
return
end
todo.setup()