Compare commits
2 commits
3becae8a69
...
fc54be856c
Author | SHA1 | Date | |
---|---|---|---|
fc54be856c | |||
7ce8d147c3 |
2 changed files with 10 additions and 1 deletions
|
@ -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",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
|
@ -5,7 +5,7 @@ permission:
|
||||||
write: dark_yellow
|
write: dark_yellow
|
||||||
exec: dark_red
|
exec: dark_red
|
||||||
exec-sticky: 5
|
exec-sticky: 5
|
||||||
no-access: red
|
no-access: 0
|
||||||
octal: 3
|
octal: 3
|
||||||
acl: dark_cyan
|
acl: dark_cyan
|
||||||
context: cyan
|
context: cyan
|
||||||
|
|
Loading…
Reference in a new issue