add(nvim): lsp-format

This commit is contained in:
Léana 江 2023-03-01 10:25:21 +01:00
parent 8c477cca5c
commit ad645ced88
3 changed files with 7 additions and 5 deletions

View file

@ -58,8 +58,7 @@ require "todo-comments".setup({
},
-- regex that will be used to match keywords.
-- don't replace the (KEYWORDS) placeholder
-- pattern = [[\b(KEYWORDS):]], -- ripgrep regex
pattern = [[\b(KEYWORDS)\b]], -- match without the extra colon. You'll likely get false positives
pattern = [[\b(KEYWORDS):]], -- ripgrep regex
-- pattern = [[\b(KEYWORDS)\b]], -- match without the extra colon. You'll likely get false positives
},
})