This my config LazyVim and I call that "Lazy Code". If you refer original repo, you should checkout to LazyVim webpage
A starter template for LazyVim. Refer to the documentation to get started.
- Neovim >= 0.9.0 (needs to be built with LuaJIT)
- Git >= 2.19.0 (for partial clones support)
- a Nerd Font (optional)
- a C compiler for
nvim-treesitter
. See here - NodeJs to using npm this dependencies for Mason.nvim (optional)
You can find a template for Lazy Code here
Install the Lazy Code
-
For Linux/MacOS
-
Make a backup of your current Neovim files:
# required mv ~/.config/nvim{,.bak} # optional but recommended mv ~/.local/share/nvim{,.bak} mv ~/.local/state/nvim{,.bak} mv ~/.cache/nvim{,.bak}
-
Clone the starter
git clone https://github.com/MinhCreator/lazyvim-config ~/.config/nvim
-
Remove the
.git
folder, so you can add it to your own repo laterrm -rf ~/.config/nvim/.git
-
Start Neovim!
nvim
Refer to the comments in the files on how to customize Lazy Code.
-
Install the Lazy Code for Windows via using PowerShell
-
Make a backup of your current Neovim files:
# required Move-Item $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak # optional but recommended Move-Item $env:LOCALAPPDATA\nvim-data $env:LOCALAPPDATA\nvim-data.bak
-
Clone the starter
git clone https://github.com/MinhCreator/lazyvim-config $env:LOCALAPPDATA\nvim
-
Remove the
.git
folder, so you can add it to your own repo laterRemove-Item $env:LOCALAPPDATA\nvim\.git -Recurse -Force
-
Start Neovim!
nvim
Refer to the comments in the files on how to customize Lazy Code.
docker run -w /root -it --rm alpine:edge sh -uelic ' apk add git lazygit neovim ripgrep alpine-sdk --update git clone https://github.com/MinhCreator/lazyvim-config ~/.config/nvim cd ~/.config/nvim nvim'
Tip: It is recommended to run
:LazyHealth
after installation. This will load all plugins and check if everything is working correctly.
- projekt0n/github-nvim-theme
- 0xstepit/flow.nvim
- alexmozaidze/palenight.nvim
- samharju/synthweave.nvim
- navarasu/onedark.nvim
- rebelot/kanagawa.nvim
- sekke276/dark_flat.nvim
- scottmckendry/cyberdream.nvim
- tiagovla/tokyodark.nvim
- html
- pyright
- ruff_lsp
- zk