Compare commits

...

2 commits

Author SHA1 Message Date
fc54be856c change no-access color for lsd 2022-12-27 16:05:05 -06:00
7ce8d147c3 add formatting to chezmoi 2022-12-27 16:04:55 -06:00
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
return {
format_on_save = {
enabled = true, -- enable format on save
ignore_filetypes = { -- disable format on save for specified filetypes
"markdown",
"python",
},
},
}

View file

@ -5,7 +5,7 @@ permission:
write: dark_yellow
exec: dark_red
exec-sticky: 5
no-access: red
no-access: 0
octal: 3
acl: dark_cyan
context: cyan