# Download
git clone --filter=blob:none https://github.com/nvim-mini/MiniMax ./MiniMax
# Set up config (copies config files and possibly initiates Git repository)
NVIM_APPNAME=nvim-minimax nvim -l ./MiniMax/setup.lua
# Start Neovim
NVIM_APPNAME=nvim-minimax nvim
# On Neovim>=0.12 press `y` to confirm installation of all listed plugins
# Wait for plugins to install (there should be no new notifications)
# Enjoy your new config!
# Start with reading its files. Type `<Space>`+`e`+`i` to open 'init.lua'..zshrc에 alias vim = "NVIM_APPNAME=nvim-minimax nvim"을 추가하기
init.lua에 다음 설정을 한다.
vim.opt.termguicolors = true