all repos

init.lua @ a2f64502001ef98667085bb596b54125de755dbb

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(filytype): add flake8 config file
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-08-04 13:53:43 +0300
Parent: 17331ed
M filetype.lua

@@ -11,6 +11,7 @@ [".gitignore"] = "conf",

[".eslintrc"] = "jsonc", [".prettierrc"] = "jsonc", [".babelrc"] = "jsonc", + [".flake8"] = "dosini", }, pattern = { [".env.*"] = "sh",