My Neovim configuration
Go to file
Kiril 308a455cbc Add comment plugins
Add Comment.nvim for commenting out code more easily, and
todo-comments.nvim for highlighting on TODO-type code comments.
2024-05-20 01:24:08 +01:00
lua Add comment plugins 2024-05-20 01:24:08 +01:00
.gitignore Sync Neovim config 2024-04-30 11:24:23 +01:00
.stylua.toml Update stylua settings to my preference 2024-04-30 11:43:26 +01:00
init.lua Update config 2024-05-16 23:11:48 +01:00
LICENSE.md Sync Neovim config 2024-04-30 11:24:23 +01:00
README.md Update README 2024-04-30 11:40:24 +01:00
test.py Update config 2024-05-16 23:11:48 +01:00

Neovim configuration

This is my Neovim configuration, using Lazy as the package manager.

How to

git clone https://git.kovachev.xyz/kkovachev/nvim-config ~/.config/nvim to copy it into your Neovim config directory.