match your caelistia color scheme with your nvim #212
bonnjalal
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! Want your Neovim setup to rock the
m3scheme
color scheme? I'm using AstroNvim here but I think the Neovim setup is similar to it.📂 Place Your Colorscheme File
First things first, you need to put your m3scheme.lua
file in the right spot. This is where Neovim looks for custom color schemes.
colors
folder inside your Neovim config directory.m3scheme.lua
file right into this path:⭐ AstroNvim Configuration
If you're using AstroNvim, integrating the
m3scheme
is super straightforward.astroui.lua
file. This is usually found within your AstroNvim user configuration (e.g.,~/.config/nvim/lua/plugins/astroui.lua
).colorscheme
is defined and set its value to"m3scheme"
. It should look something like this:🚀 Vanilla Neovim Configuration
For those running a vanilla Neovim setup, you'll typically configure your colorscheme in your main
init.lua
file.Disclaimer: I haven't personally tested this specific setup for vanilla Neovim, but based on common practices, this is how it generally works.
init.lua
: This file is usually located at~/.config/nvim/init.lua
.init.lua
file to apply them3scheme
:After following these steps, restart Neovim, and you should see your new
m3scheme
in action! Enjoy!Beta Was this translation helpful? Give feedback.
All reactions