My configuration files for the Neovim editor. Compatible with Neovim 0.10.
- Create directory
$HOME/.config/nvim/
and copy all the files from the present directory in there. - Install the following dependencies into your system:
- (Optional) Install neovim-qt to have a GUI version of Neovim. With my configuration, it looks and behaves almost exactly like the terminal version of Neovim.
- (Optional) Place your local configuration into
/home/s3rvac/.config/nvim/lua/s3rvac/config-local.lua
(Lua). These two files are sourced at the end of loading the configuration, thus overriding any settings from the global configuration.
I manage plugins via the lazy.nvim plugin manager. For a list of plugins that I use, see the lua/s3rvac/plugins directory.