[neovim] Change colorscheme
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user