lsp_signature use only virtual text, dropped lush for colorthemes
This commit is contained in:
@@ -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 },
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user