Change back to a working config #1
@@ -4,7 +4,7 @@
|
|||||||
"suggest.floatEnable": true,
|
"suggest.floatEnable": true,
|
||||||
"suggest.detailField": "preview",
|
"suggest.detailField": "preview",
|
||||||
"suggest.maxPreviewWidth": 80,
|
"suggest.maxPreviewWidth": 80,
|
||||||
"signature.enable": true,
|
"signature.enable": false,
|
||||||
"signature.target": "float",
|
"signature.target": "float",
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"coc-json",
|
"coc-json",
|
||||||
|
|||||||
@@ -44,16 +44,11 @@ vim.lsp.enable('basedpyright', {
|
|||||||
require("lsp_signature").setup({
|
require("lsp_signature").setup({
|
||||||
debug = false,
|
debug = false,
|
||||||
bind = true,
|
bind = true,
|
||||||
-- doc_lines = 10,
|
|
||||||
-- max_height = 12,
|
|
||||||
-- max_width = function() return math.floor(vim.api.nvim_win_get_width(0) * 0.8) end,
|
|
||||||
doc_lines = 5,
|
doc_lines = 5,
|
||||||
max_height = 8,
|
max_height = 8,
|
||||||
max_width = function() return math.floor(vim.api.nvim_win_get_width(0) * 0.7) end,
|
max_width = function() return math.floor(vim.api.nvim_win_get_width(0) * 0.7) end,
|
||||||
wrap = true,
|
wrap = true,
|
||||||
floating_window = true,
|
floating_window = true,
|
||||||
-- floating_window_above_cur_line = true,
|
|
||||||
-- floating_window_off_y = 0,
|
|
||||||
floating_window_above_cur_line = false,
|
floating_window_above_cur_line = false,
|
||||||
floating_window_off_x = 1,
|
floating_window_off_x = 1,
|
||||||
floating_window_off_y = 1,
|
floating_window_off_y = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user