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. 💡
- Host: GitHub
- URL: https://github.com/qazer2687/neovim
- Owner: qazer2687
- Created: 2025-03-07T06:15:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T13:10:14.000Z (about 1 year ago)
- Last Synced: 2025-03-15T11:23:46.016Z (about 1 year ago)
- Topics: lua, nix, vim
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.