Browse Source

[nvim] Add todo comments

master
Fredrik Ekre 7 months ago
parent
commit
e7aadad482
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 12
      .config/nvim/lua/plugins/init.lua

12
.config/nvim/lua/plugins/init.lua

@ -14,4 +14,16 @@ return { @@ -14,4 +14,16 @@ return {
{"nvim-lua/plenary.nvim"},
-- https://github.com/andythigpen/nvim-coverage
{"andythigpen/nvim-coverage", opts = {lang = {julia = {directories = "src,ext,juliac"}}}},
{
"folke/todo-comments.nvim",
dependencies = {"nvim-lua/plenary.nvim"},
opts = {
signs = false,
highlight = {
keyword = "bg",
after = "fg",
multiline_pattern = "^ .",
},
},
},
}

Loading…
Cancel
Save