Giter Site home page Giter Site logo

Comments (3)

ayamir avatar ayamir commented on May 22, 2024 1

Is it because you setup priority = 5000;
tabnine is slow and that is maybe why it appears after the signature popup.

Btw, I add zindex to the lspsignature. Not sure if it helps.

ignore_pattern = '[(]';
this line helps in fact.
tabnine appears after the signature popup: yes

from lsp_signature.nvim.

ayamir avatar ayamir commented on May 22, 2024

Sorry, I need to configure tabnine. Following is how I fix it:

-- Compe setup
require'compe'.setup {
enabled = true;
autocomplete = true;
debug = false;
min_length = 1;
preselect = 'enable';
throttle_time = 80;
source_timeout = 200;
resolve_timeout = 800;
incomplete_delay = 400;
max_abbr_width = 100;
max_kind_width = 100;
max_menu_width = 100;
documentation = true;

source = {
	path = true;
	buffer = true;
	calc = true;
	spell = true;
	tags =  true;

	nvim_lsp = true;
	nvim_lua = true;
	treesitter = true;
	vsnip = true;
	tabnine = {
		max_line = 1000;
		max_num_results = 6;
		priority = 5000;
		show_prediction_strength = true;
		sort = false;
		ignore_pattern = '[(]';
		};
	};
}

from lsp_signature.nvim.

ray-x avatar ray-x commented on May 22, 2024

Is it because you setup priority = 5000;
tabnine is slow and that is maybe why it appears after the signature popup.

Btw, I add zindex to the lspsignature. Not sure if it helps.

from lsp_signature.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.