changed a load of shit
This commit is contained in:
@@ -18,7 +18,14 @@ return {
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
lsp = {
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
signature = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
long_message_to_split = true, -- long messages will be sent to a split
|
||||
inc_rename = false, -- enables an input dialog for inc-rename.nvim
|
||||
@@ -27,6 +34,8 @@ return {
|
||||
})
|
||||
require("notify").setup({
|
||||
background_colour = "#000000",
|
||||
render = "compact",
|
||||
stages = "slide",
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user