Skip to content

Kairu-bit/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim (NvChad) Configuration

Welcome to my Neovim (NvChad) configuration. This setup includes a variety of plugins, key mappings, and syntax highlighting designed to enhance your coding experience.

Installation

Debian

sudo mv ~/.local/share/nvim/ ~/.local/share/nvim.bak &&
sudo mv ~/.config/nvim/ ~/.config/nvim.bak
sudo apt update -y &&
sudo apt upgrade -y &&
sudo apt install -y git neovim ripgrep clang &&
git clone https://github.com/Kairu-bit/nvim-config.git ~/.config/nvim/ &&
nvim

Termux

mv ~/.local/share/nvim/ ~/.local/share/nvim.bak &&
mv ~/.config/nvim/ ~/.config/nvim.bak
pkg update -y &&
pkg upgrade -y &&
pkg install -y git neovim ripgrep clang &&
git clone https://github.com/Kairu-bit/nvim-config.git ~/.config/nvim/ &&
nvim

After the lazy plugins installation, in normal mode, type the following and press Enter: ;MasonInstallAll

Plugins

For a detailed list of plugins included in this configuration, see Plugins.

Key Mappings

For a detailed list of key mappings included in this configuration, see KeyMappings.

Contact Information

Soon, I will be adding support for additional programming languages, along with key mappings, plugins, and LSP for auto-completion & auto-suggestion. I'm also working on fixing syntax highlighting issues for C++, Rust, HTML, & CSS. If you have a favorite programming language that you'd like to see supported, please feel free to send me a message on Facebook or Telegram.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages