Skip to content

Latest commit

Β 

History

History
52 lines (39 loc) Β· 2.23 KB

intro.md

File metadata and controls

52 lines (39 loc) Β· 2.23 KB
slug sidebar_position
/
1

πŸš€ Getting Started

import LogoSvg from '/img/logo.svg';

LazyVim is a Neovim setup powered by πŸ’€ lazy.nvim to make it easy to customize and extend your config.

image

✨ Features

  • πŸ”₯ Transform your Neovim into a full-fledged IDE
  • πŸ’€ Easily customize and extend your config with lazy.nvim
  • πŸš€ Blazingly fast
  • 🧹 Sane default settings for options, autocmds, and keymaps
  • πŸ“¦ Comes with a wealth of plugins pre-configured and ready to use

⚑️ Requirements

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • a Nerd Font(v3.0 or greater) (optional, but needed to display some icons)
  • lazygit (optional)
  • a C compiler for nvim-treesitter. See here
  • curl for blink.cmp (completion engine)
  • for fzf-lua (optional)
    • fzf: fzf (v0.25.1 or greater)
    • live grep: ripgrep
    • find files: fd
  • a terminal that support true color and undercurl:

πŸŽ“ Learn

There's a great video created by @elijahmanor with a walkthrough to get started.

Watch the video

@dusty-phillips is working on a book called LazyVim for Ambitious Developers available for free online.