1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

[neovim] Update plugins

This commit is contained in:
2023-03-09 20:08:35 +01:00
parent 22ec5176a5
commit c1d4762753
2 changed files with 20 additions and 16 deletions

View File

@ -37,6 +37,11 @@ lazy.setup({
sidebars = "normal",
floats = "normal",
},
on_colors = function(colors)
colors.error = "#ff966c"
colors.gitSigns.add = "#c3e88d"
colors.gitSigns.change = "#779be9"
end,
})
vim.cmd([[colorscheme tokyonight]])
@ -116,7 +121,6 @@ lazy.setup({
{
"ray-x/guihua.lua",
build = "cd lua/fzy && make",
config = function()
require("guihua.maps").setup({
maps = { close_view = "<C-x>" },