sqlx formatting, kinda jank so far
This commit is contained in:
parent
a3f8af7fea
commit
6330192833
5 changed files with 198 additions and 20 deletions
|
@ -38,6 +38,7 @@ require("util").keymaps({
|
|||
-- reformat LSP
|
||||
["<leader>lf"] = {
|
||||
function()
|
||||
vim.cmd "SqlMagic"
|
||||
vim.lsp.buf.format()
|
||||
end,
|
||||
desc = "Reformat file",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue