Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.49 KB

features.mdx

File metadata and controls

25 lines (23 loc) · 1.49 KB
title
Features

Better Vim comes with lots of slick defaults and an outstanding UI. Here is a detailed list of our features:

  • Tabs 📂
  • Nice defaults that everyone agrees with 🧠
  • File explorer 🗃️ - Try with ctrl + p
  • Beautiful and minimalist status line ✨
  • File finder 🔎 - We're using telescope.nvim which it's not just a file finder, you can use it for git integrations, searching, etc.
  • Mouse support 🖱️ - By default, the mouse support is enabled. Sometimes you don't need the "hacker way".
  • Intuitive shortcuts like ctrl + s , ctrl + p and ctrl + f. Check out the complete list of mappings to see more.
  • 9 hand-picked themes 🎨
  • Improved code highlight via TreeSitter 💃
  • First-class support for JavaScript and TypeScript 🟨 🟦
  • Auto formatting on save for projects using Prettier and/or EsLint 🤖
  • Emmet support out of the box 📦
  • Easy way to install new plugins with lazy.nvim 🔌
  • Extensible plugin to install LSPs via mason.nvim and formatters via none-ls ⚙️
  • Custom overrides using lua 🛠️
  • Custom and beautiful dashboard 📝
  • Shortcuts completion 📙 - To try, Press leader and wait a few seconds.
  • Zen Mode 🧘 - Just type :ZenMode and relax ✨
  • Custom + Common snippets for JavaScript, TypeScript, CSS, HTML, and more.