Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LazyVim Playground

This is a playground for messing with a "stock" LazyVim install without affecting the main nvim config.

Usage

To launch neovim with this config, set the NVIM_APPNAME environment variable to lvim:

NVIM_APPNAME=lvim nvim

As a convenience, a shell function can be defined. For example, in $XDG_CONFIG_HOME/fish/functions/lvim.fish:

function lvim
    NVIM_APPNAME=lvim command nvim $argv
end

Then lvim can be used in place of nvim to launch neovim with this config instead of the default config:

lvim