jack-dunham / nvim

neovim config using lazy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀 Neovim Configuration

Neovim

🛠️ 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%

Feel free to adjust above settings to suit your preferences. With these configurations, you'll have an enhanced Neovim experience in the Kitty terminal with improved font rendering.

About

neovim config using lazy

License:MIT License


Languages

Language:Lua 95.2%Language:Vim Snippet 3.9%Language:Shell 0.9%