An open API service indexing awesome lists of open source software.

https://github.com/qazer2687/neovim

My Neovim configuration for use on NixOS. 💡
https://github.com/qazer2687/neovim

lua nix vim

Last synced: 7 months ago
JSON representation

My Neovim configuration for use on NixOS. 💡

Awesome Lists containing this project

README

          

# neovim

This repository contains my neovim configuration for use on NixOS. Special thanks to the following projects for making this possible:

- **[kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim)**: A launch point for your personal nvim configuration.
- **[kickstart-modular.nvim](https://github.com/dam9000/kickstart-modular.nvim)**: A fork of kickstart.nvim which seperates the configuration into modules.
- **[kickstart.nvim.no-mason](https://github.com/jwdevantier/kickstart.nvim.no-mason)**: A fork of kickstart.nvim which removes the mason plugin and installs lsp-zero.
- **[tolerable-nvim-nix](https://github.com/wires-org/tolerable-nvim-nix)**: Make your ~/.config/nvim/ portable with Nix.