all repos

init.lua @ a3fba12

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(filetype): add support for todo.txt
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-18 16:31:16 +0200
Parent: eb8a97c
M filetype.lua

@@ -15,6 +15,7 @@ [".prettierrc"] = "jsonc",

[".babelrc"] = "jsonc", [".flake8"] = "dosini", [".stignore"] = "gitignore", + ["todo.txt"] = "todotxt", }, pattern = { [".env.*"] = "sh",