Created
March 16, 2025 23:55
-
-
Save pierodev0/2a219d411112637a4938b718d0d4dd96 to your computer and use it in GitHub Desktop.
Multiples distro nvim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Source: https://michaeluloth.com/neovim-switch-configs/ | |
alias zvim='NVIM_APPNAME=nvim-lazyvim nvim' # LazyVim | |
alias cvim='NVIM_APPNAME=nvim-nvchad nvim' # NvChad | |
alias kvim='NVIM_APPNAME=nvim-kickstart nvim' # Kickstart | |
alias avim='NVIM_APPNAME=nvim-astrovim nvim' # AstroVim | |
alias lvim='NVIM_APPNAME=nvim-lunarvim nvim' # LunarVim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment