match your caelistia color scheme with your nvim #212
bonnjalal
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
@bonnjalal hey, would you mind sharing your nvim setup? I've seen that you contributed to nixpkgs (or at least forked it), so do you by any chance use nvf or normal nvim on nixos? I kind of hacked together a way of using your m3scheme on my config with NixOS and HM, but there are some settings I can see in your config, I would like to copy (for example the margins/paddings, which seem a lot cleaner on your version). Would love to hear from you. |
Beta Was this translation helpful? Give feedback.
2 replies
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
m3schemecolor 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.
colorsfolder inside your Neovim config directory.m3scheme.luafile right into this path:⭐ AstroNvim Configuration
If you're using AstroNvim, integrating the
m3schemeis super straightforward.astroui.luafile. This is usually found within your AstroNvim user configuration (e.g.,~/.config/nvim/lua/plugins/astroui.lua).colorschemeis 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.luafile.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.luafile to apply them3scheme:After following these steps, restart Neovim, and you should see your new
m3schemein action! Enjoy!Beta Was this translation helpful? Give feedback.
All reactions