My Neovim configuration
Go to file
2024-06-19 01:41:28 +01:00
lua Add clipboard sync 2024-06-19 00:54:55 +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 Add dependency notes 2024-06-19 01:41:28 +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.

Dependencies

  • In order to use lazygit, it must be separately installed.
    • In order for it to work out of the box, you need to set up your git email/name or else it will error out.
  • In order to install pyright, npm must be installed.
  • In order for C++ to recognize system header files, (on Linux Mint/Ubuntu/Debian) install libstdc++-12-dev.