kitchen sink again :(

This commit is contained in:
2025-05-06 16:51:24 -05:00
parent 3094bf2a39
commit 7c3289fded
51 changed files with 544 additions and 792 deletions

View File

@ -1,8 +1,8 @@
return { 'folke/todo-comments.nvim',
requires = 'nvim-lua/plenary.nvim',
return { "folke/todo-comments.nvim",
requires = "nvim-lua/plenary.nvim",
disable = not vim.fn.has("nvim-0.8.0"),
function()
require('todo-comments').setup {
require("todo-comments").setup {
keywords = {
FIX = {
icon = "# ",