Remove lsp_signature in favor of noice
This commit is contained in:
@@ -127,7 +127,6 @@ cmp.setup({
|
|||||||
sources = {
|
sources = {
|
||||||
{ name = "nvim_lsp", },
|
{ name = "nvim_lsp", },
|
||||||
{ name = "luasnip", },
|
{ name = "luasnip", },
|
||||||
{ name = "nvim_lsp_signature_help", },
|
|
||||||
{ name = "nvim_lua", },
|
{ name = "nvim_lua", },
|
||||||
{ name = "orgmode", },
|
{ name = "orgmode", },
|
||||||
{ name = "path", },
|
{ name = "path", },
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
--[[
|
|
||||||
Copyright 2023 Oscar Wallberg
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
]]
|
|
||||||
|
|
||||||
-- https://github.com/ray-x/lsp_signature.nvim
|
|
||||||
|
|
||||||
require("lsp_signature").setup({
|
|
||||||
doc_lines = 20,
|
|
||||||
toggle_key = "<C-e>",
|
|
||||||
hint_enable = false,
|
|
||||||
floating_window = true,
|
|
||||||
floating_window_above_cur_line = true,
|
|
||||||
floating_window_off_x = 0,
|
|
||||||
floating_window_off_y = 0,
|
|
||||||
})
|
|
||||||
@@ -67,14 +67,6 @@ local plugins = {
|
|||||||
{
|
{
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ray-x/lsp_signature.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
config = function () require("plugins.config.lsp_signature") end,
|
|
||||||
},
|
|
||||||
--[[ {
|
|
||||||
"hrsh7th/cmp-nvim-lsp-signature-help",
|
|
||||||
}, ]]
|
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
config = function () require("plugins.config.cmp") end,
|
config = function () require("plugins.config.cmp") end,
|
||||||
|
|||||||
Reference in New Issue
Block a user