My Neovim configuration
Go to file
Kiril 6327c991fa Use Ctrl-/ for commenting (may change later)
Currently considering whether to use this VSCode-style keykind or
whether to switch to the more Vimic "gc" family of commands; I am
somewhat finding the Ctrl-/ method to be more familiar, but less
efficient given the layout of my fingers in Neovim.
2024-05-20 01:42:48 +01:00
lua Use Ctrl-/ for commenting (may change later) 2024-05-20 01:42:48 +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.