added sql formatter
This commit is contained in:
parent
f6e3fa6a86
commit
5c93afcb2b
2 changed files with 6 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ in {
|
|||
bash = {
|
||||
lsp = [bash-language-server];
|
||||
};
|
||||
sql = {
|
||||
format = [sqlfluff];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -300,6 +303,8 @@ in {
|
|||
toml.format = true;
|
||||
|
||||
bash.lsp = true;
|
||||
|
||||
sql.format = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue