feat(nvim): add new plugins

This commit is contained in:
Oliver Davies 2022-03-31 01:13:30 +01:00
parent ddfdccde97
commit f29785c491
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,6 @@
local status_ok, todo_comments = pcall(require, "todo-comments")
if not status_ok then
return
end
todo_comments.setup {}