> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bettervim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> This documentation is going to help you get started and get a deeper understanding on how Better Vim works.

## First steps

<CardGroup cols={2}>
  <Card title="Installation" icon="gear" href="/installation">
    Setup your BetterVim with one command.
  </Card>

  <Card title="Updating" icon="bolt" href="/updating">
    Learn how you can keep your editor up to date.
  </Card>
</CardGroup>

## Make it yours

<CardGroup cols={2}>
  <Card title="How it works" icon="lightbulb" href="/customization/how-it-works">
    Understanding how BetterVim customization works.
  </Card>

  <Card title="Installing plugins" icon="screwdriver-wrench" href="/customizastion/installing-plugins">
    How to install, update and remove custom plugins.
  </Card>

  <Card title="Installing LSPs" icon="code" href="/customizations/installing-lsps">
    How to add support for other programming languages.
  </Card>

  <Card title="Themes" icon="palette" href="/customizations/theme">
    Customizing, installing and configuring themes.
  </Card>
</CardGroup>
