[go: up one dir, main page]

Skip to content

jack-dunham/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 95.2%
  • Vim Snippet 3.9%
  • Shell 0.9%