backlog
This commit is contained in:
parent
f0c1bbaa4e
commit
2e352f3624
4 changed files with 163 additions and 14 deletions
|
@ -57,6 +57,6 @@ vim.diagnostic.config({
|
|||
virtual_text = true
|
||||
})
|
||||
|
||||
require("lsp_signature").setup({
|
||||
--[[require("lsp_signature").setup({
|
||||
hint_prefix = "▲ ",
|
||||
})
|
||||
})--]]
|
||||
|
|
|
@ -24,7 +24,7 @@ null_ls.setup({
|
|||
end
|
||||
|
||||
if client.supports_method("textDocument/rangeFormatting") then
|
||||
vim.keymap.set("x", "<Leader>f", function()
|
||||
vim.keymap.set("x", "<Leader>vf", function()
|
||||
vim.lsp.buf.format({ bufnr = vim.api.nvim_get_current_buf() })
|
||||
end, { buffer = bufnr, desc = "[lsp] format" })
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue