8000 GitHub - sofijacom/KL-Neovim: KL-Neovim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sofijacom/KL-Neovim

Repository files navigation

kl-neovim

2025-02-05_02-22


🦋 Image

2025-02-16_22-05

2025-02-17_00-39

2025-01-21_15-48

[Grind Compliant

2025-01-05_15-52

2025-01-22_03-10

2025-01-18_19-08

2025-01-21_14-46

2025-01-19_15-01

2025-01-21_14-43

2025-01-21_00-01

2025-01-19_16-14

2025-01-19_16-12

2025-01-20_20-55

2025-01-27_16-58


  • If you already have Neovim installed. Backup current neovim configuration files.
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  1. Clone the repository
git clone https://github.com/sofijacom/KL-Neovim.git ~/.config/nvim
  1. Install
# open terminal and type
cd ~/.config/nvim
# for installation in Arch
chmod +x install.sh
# for installation in Void         
chmod +x install-void.sh      
# for installation in Arch 
./install.sh
# for installation in Void 
./install-void.sh   
  • Wait until the required components are installed

Usage

After running the install.sh script, you can start Neovim by typing nvim in your terminal.The plugins should be installed and ready to use.

⚡️ Required

Music Controls requires playerctl to be installed in order to work properly.

# Arch Linux
 sudo pacman -S playerctl

# Void Linux
 sudo xbps-install -S playerctl

📂 File Structure

You can add your custom plugin specs under lua/plugins/.

~/.config/nvim
├── lua
│   ├── config
│   │   ├── autocmds.lua
│   │   ├── keymaps.lua
│   │   ├── lazy.lua
│   │   └── options.lua
│   └── plugins
│       ├── spec1.lua
│       ├── **
│       └── spec2.lua
└── init.lua

Releases

No releases published

Packages

No packages published
0