all repos

init.lua @ 668b194be48ba767940c7050693c44b8b7bdc42e

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(filetype): add editorconfig
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-19 23:46:49 +0200
Parent: 5e3f315
M filetype.lua

@@ -14,6 +14,7 @@ [".eslintrc"] = "jsonc",

[".prettierrc"] = "jsonc", [".babelrc"] = "jsonc", [".flake8"] = "dosini", + [".editorconfig"] = "dosini", [".stignore"] = "gitignore", ["todo.txt"] = "todotxt", },