mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 22:09:25 +00:00
[neovim] Update plugins
This commit is contained in:
@ -34,8 +34,6 @@ require("lazy").setup({
|
||||
},
|
||||
on_colors = function(colors)
|
||||
colors.error = "#ff966c"
|
||||
colors.gitSigns.add = "#c3e88d"
|
||||
colors.gitSigns.change = "#779be9"
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
@ -4,7 +4,8 @@ require("lspsaga").setup({
|
||||
code_action_icon = "",
|
||||
},
|
||||
lightbulb = {
|
||||
sign = false,
|
||||
sign = true,
|
||||
enable = false,
|
||||
},
|
||||
code_action = {
|
||||
show_server_name = true,
|
||||
|
Reference in New Issue
Block a user