[neovim] Change colorscheme

This commit is contained in:
2026-04-08 18:51:40 +02:00
parent 56f52683ea
commit 6c5e561bd6

View File

@@ -18,6 +18,9 @@ opt.guicursor = ""
-- Hightlight cursor line
opt.cursorline = true
-- Set termguicolors
opt.termguicolors = true
-- File options
opt.undofile = true
opt.undodir = os.getenv("HOME") .. "/.vim/nvim_undodir"
@@ -134,7 +137,7 @@ vim.api.nvim_create_autocmd("TextYankPost", {
-- Install plugins
vim.pack.add({
-- Colorscheme
"https://github.com/blazkowolf/gruber-darker.nvim",
"https://github.com/habamax/vim-gruvbit",
-- Background trasparency
"https://github.com/xiyaowong/transparent.nvim",
@@ -177,7 +180,7 @@ vim.cmd.packadd("nvim.difftool")
-- [[ PLUGINS CONFIGURATIONS ]] --
cmd.colorscheme("gruber-darker")
cmd.colorscheme("gruvbit")
require("mini.pick").setup()