Working on completion engine

This commit is contained in:
2025-09-19 14:09:35 -04:00
parent 0b240bf871
commit c12621a215
2 changed files with 1 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"suggest.floatEnable": true,
"suggest.detailField": "preview",
"suggest.maxPreviewWidth": 80,
"signature.enable": true,
"signature.enable": false,
"signature.target": "float",
"extensions": [
"coc-json",

View File

@@ -44,16 +44,11 @@ vim.lsp.enable('basedpyright', {
require("lsp_signature").setup({
debug = false,
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,
max_height = 8,
max_width = function() return math.floor(vim.api.nvim_win_get_width(0) * 0.7) end,
wrap = true,
floating_window = true,
-- floating_window_above_cur_line = true,
-- floating_window_off_y = 0,
floating_window_above_cur_line = false,
floating_window_off_x = 1,
floating_window_off_y = 1,