[neovim] Change colorscheme
This commit is contained in:
@@ -146,7 +146,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
-- Install plugins
|
-- Install plugins
|
||||||
vim.pack.add({
|
vim.pack.add({
|
||||||
-- Colorscheme
|
-- Colorscheme
|
||||||
"https://github.com/fxn/vim-monochrome",
|
{ src = "https://github.com/bluz71/vim-moonfly-colors", name = "moonfly" },
|
||||||
|
|
||||||
-- Background trasparency
|
-- Background trasparency
|
||||||
"https://github.com/xiyaowong/transparent.nvim",
|
"https://github.com/xiyaowong/transparent.nvim",
|
||||||
@@ -186,7 +186,7 @@ vim.cmd.packadd("nvim.difftool")
|
|||||||
|
|
||||||
-- [[ PLUGINS CONFIGURATIONS ]] --
|
-- [[ PLUGINS CONFIGURATIONS ]] --
|
||||||
|
|
||||||
cmd.colorscheme("monochrome")
|
cmd.colorscheme("moonfly")
|
||||||
|
|
||||||
require("mini.pick").setup()
|
require("mini.pick").setup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user