Yeah, no one asked for this,
Just a couple of steps to reproduce my minimal shell configuration and neovim configuration.
Also, mvllow and I use the same keymaps so you might want
to go through the lil-editing
and other lilvim
files to see if you need to
change the keymaps
brew install neovim --HEAD
brew install --cask iterm2
#111111
https://github.com/mvllow/lilvim.git
and copy the .config/nvim
folder from the repository to ~/.config/nvim
~/.config/nvim/color/un.lua
to match the following in
the dark
variant error = "#eb6f92",
warn = "#f6c177",
hint = "#9ccfd8",
info = "#c4a7e7",
accent = "#ffffff",
on_accent = "#191724",
b_low = "#111111",
b_med = "#181819",
b_high = "#222222",
f_low = "#959595",
f_med = "#aaaaaa",
f_high = "#bebebe",
~/.confing/nvim/lua/lil-ui
and comment out / remove the
rose-pine
use
setup altogether~/.config/nvim/init.lua
add the following statementvim.cmd("colorscheme un")
:PackerSync
, close the
editor and open it up again, wait for Treesitter to install all it's
dependencies and close the editor and open it up again.Note: You could try to use the
:%
command to reload config but it hardly ever works withpacker
so just quit and open
:PackerCompile
and :PackerSync
and you are done.