.config/nvim/lua/plugins/lsp.lua

changeset 1149
4af7c8156683
parent 1148
bca491e2be91
child 1152
59d9ca2ec2fd
equal deleted inserted replaced
1148:bca491e2be91 1149:4af7c8156683
57 "ray-x/lsp_signature.nvim", 57 "ray-x/lsp_signature.nvim",
58 branch = "master", 58 branch = "master",
59 lazy = true, 59 lazy = true,
60 opts = { 60 opts = {
61 toggle_key = "<F12>", 61 toggle_key = "<F12>",
62 select_signature_key = "<M-n>",
62 toggle_key_flip_floatwin_setting = true, 63 toggle_key_flip_floatwin_setting = true,
63 doc_lines = 0, 64 doc_lines = 0,
64 floating_window = true, 65 floating_window = true,
65 fix_pos = true, 66 fix_pos = true,
66 hint_enable = false, 67 hint_enable = false,

mercurial