Skip to content

Instantly share code, notes, and snippets.

@partrita
Created March 23, 2026 13:04
Show Gist options
  • Select an option

  • Save partrita/005e5f5e378366a94cd2197cdc8ad5ca to your computer and use it in GitHub Desktop.

Select an option

Save partrita/005e5f5e378366a94cd2197cdc8ad5ca to your computer and use it in GitHub Desktop.
# 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'.

.zshrcalias vim = "NVIM_APPNAME=nvim-minimax nvim"을 추가하기

SSH 접속시 colorscheme이 올바르게 표현되지 않는 것을 해결하는 방법

init.lua에 다음 설정을 한다.

vim.opt.termguicolors = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment