Home

Awesome

🦁 BeastVim

My Beast

nvim v0.9.5

Installation

Running the following script if you want to install Neovim at a specific version:

~/.config/nvim/install-nvim.sh

image

🛠️ Prerequisites

Before setting up this Neovim configuration, ensure that the following dependencies are installed on your system:

You can install these dependencies on Arch Linux using the following command:

sudo pacman -S ripgrep xclip unzip npm pass

⚙️ Terminal

This Neovim configuration is designed to work seamlessly with the Kitty terminal emulator. For optimal visual results, it is recommended to use the Nerd Font with fixed underline. Add the following configuration to your Kitty terminal settings:

modify_font                     strikethrough_position 130%
modify_font                     strikethrough_thickness 0.1px
modify_font                     underline_position 150%
modify_font                     underline_thickness 0.1px
modify_font                     cell_height 305%