fix rails setup
This commit is contained in:
parent
1f2f336b64
commit
f3d84f90cd
6 changed files with 87 additions and 81 deletions
|
|
@ -48,7 +48,7 @@ nmap("sp", ":bprev<Return>")
|
|||
nmap("sn", ":bnext<Return>")
|
||||
|
||||
vim.keymap.set("n", "<leader>f", function()
|
||||
vim.lsp.buf.format()
|
||||
vim.lsp.buf.format({ timeout_ms = 10000 })
|
||||
end)
|
||||
vim.keymap.set("n", "<leader>F", function()
|
||||
vim.lsp.buf.range_format()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue