lsp_signature use only virtual text, dropped lush for colorthemes

This commit is contained in:
2024-09-26 10:42:36 +02:00
parent e9ef076ce5
commit a0b9561e10

View File

@@ -53,8 +53,10 @@ require("lazy").setup({
{ {
"ray-x/lsp_signature.nvim", "ray-x/lsp_signature.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = {}, opts = {
config = function(_, opts) require 'lsp_signature'.setup(opts) end bind = true,
floating_window = false,
},
}, },
-- neogit setup -- neogit setup
@@ -268,15 +270,4 @@ require("lazy").setup({
{ {
"itchyny/calendar.vim" "itchyny/calendar.vim"
}, },
--------------------------------------------------
--
-- Color schemes
--
--------------------------------------------------
{
"rktjmp/lush.nvim"
-- if you wish to use your own colorscheme:
-- { dir = '/absolute/path/to/colorscheme', lazy = true },
},
}) })