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