all repos

init.lua @ e096e76be1ab60c4cd4a81f77510da4f29a75dfa

my nvim config
1 files changed, 0 insertions(+), 8 deletions(-)
refactor(filetype): clean up
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-09-28 14:38:11 +0300
Parent: a43819c
M filetype.lua

@@ -6,24 +6,16 @@ vim.filetype.add {

extension = { lock = "yaml", gotmpl = "gotmpl", - org_archive = "org", vil = "json", }, filename = { [".eslintrc"] = "jsonc", [".prettierrc"] = "jsonc", - [".babelrc"] = "jsonc", - [".flake8"] = "dosini", - [".editorconfig"] = "dosini", [".stignore"] = "gitignore", - ["todo.txt"] = "todotxt", - ["done.txt"] = "todotxt", - ["obtf.txt"] = "markdown", }, pattern = { ["%.env%.[%w_.-]+"] = "sh", ["*.Dockerfile.*"] = "dockerfile", - ["*/templates/**/*.html"] = "htmldjango", [".*/hypr/.+%.conf"] = "hyprlang", [".*/kitty/.+%.conf"] = "kitty", },