NVelox
NVelox copied to clipboard
Is there any documentation for docker installation?
neovim or lua is through custom environment variables.
I'm sorry. I'm not sure I understand your comment and the picture. Can you provide more information?
But I guess you want to run NVelox in a docker container just to test it out, am I right?
@Xaerru
I actually write code in docker, so my vim configuration is hung in the docker container.
Now I want to configure neovim too. For example, reinstalling the system and creating a new development environment do not need to configure a new neovim.
Neovim configuration is located at $XDG_CONFIG_HOME/nvim/init.lua
, usually XDG_CONFIG_HOME
is defined as ~/.config/
.
If you use the install script to install NVelox, it'll be installed in ~/.config/nvim
.
You can set $(XDG_CONFIG_HOME)
to the path of ~/.config/
.
BTW NVelox isn't suitable for regular use as I won't be updating the lua branch very often. I'm working on something new on the main branch. So I suggest giving LunarVim or NvChad a try.