https://github.com/loctvl842/nvim
neovim config using lazy
https://github.com/loctvl842/nvim
Last synced: 4 months ago
JSON representation
neovim config using lazy
- Host: GitHub
- URL: https://github.com/loctvl842/nvim
- Owner: loctvl842
- License: mit
- Created: 2023-01-10T03:23:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T11:04:32.000Z (5 months ago)
- Last Synced: 2025-02-24T12:22:10.663Z (5 months ago)
- Language: Lua
- Size: 485 KB
- Stars: 198
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦁 BeastVim
*My Beast*
> **Neovim version:** Requires **v0.9.5** or higher
> ⚠️ **Warning:** This configuration is for personal use and evolves frequently. It references a lot from [LazyVim](https://www.lazyvim.org/), which is a better option for those starting out. Proceed with caution if you're looking for a more stable setup.
## Installation
Running the following script if you want to install Neovim at a specific version:
```sh
~/.config/nvim/install-nvim.sh
```
## 🛠️ Prerequisites
Before setting up this Neovim configuration, ensure that the following dependencies are installed on your system:
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [xclip](https://github.com/astrand/xclip)
- [unzip](https://linux.die.net/man/1/unzip) (Required for installing language packs)
- [npm (node)](https://www.npmjs.com/get-npm)
- [pass](https://www.passwordstore.org/)You can install these dependencies on Arch Linux using the following command:
```sh
sudo pacman -S ripgrep xclip unzip npm pass
```### ⚙️ Terminal
This Neovim configuration is designed to work seamlessly with the [Kitty terminal emulator](https://sw.kovidgoyal.net/kitty/). For optimal visual results, it is recommended to use the Nerd Font with fixed underline. Add the following configuration to your Kitty terminal settings:
```conf
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%
```