Skip to content

Commit

Permalink
Back out "nvim: Add nvim_lsp_signature_help"
Browse files Browse the repository at this point in the history
This backs out commit 0782f3a.
  • Loading branch information
simonrw committed Dec 16, 2024
1 parent f0b7180 commit bfd3ff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home/nixvim/completion.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ in {
config = mkIf cfg.enable {
plugins = {
cmp-emoji.enable = cfg.emoji;
cmp-nvim-lsp-signature-help.enable = true;
cmp = {
enable = true;
lazyLoad.settings = {
Expand All @@ -38,7 +37,6 @@ in {
};
sources =
[
{name = "nvim_lsp_signature_help"; priority = 1000; groupIndex = 1;}
{name = "nvim_lsp"; keyword_length = 2; groupIndex = 1;}
{name = "treesitter"; keyword_length = 2; groupIndex = 1;}
{name = "path"; groupIndex = 1;}
Expand Down

0 comments on commit bfd3ff5

Please sign in to comment.