all repos

init.lua @ de75048dc741bf840938ff31400489c1055b7700

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(filetype): alias jj desc as git commit to get the highlighting
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-16 15:23:58 +0300
Parent: af5a186
M filetype.lua

@@ -7,6 +7,7 @@ extension = {

lock = "yaml", gotmpl = "gotmpl", org_archive = "org", + jjdescription = "gitcommit", }, filename = { [".eslintrc"] = "jsonc",

@@ -17,6 +18,7 @@ [".editorconfig"] = "dosini",

[".stignore"] = "gitignore", ["todo.txt"] = "todotxt", ["done.txt"] = "todotxt", + ["obtf.txt"] = "markdown", }, pattern = { ["%.env%.[%w_.-]+"] = "sh",