initial commit

This commit is contained in:
Woccz 2024-02-14 21:26:09 +13:00
parent 7af594fd31
commit 4827b97c1a
3 changed files with 41 additions and 2 deletions

View file

@ -2,4 +2,14 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
}