https://github.com/ssiyad/nvim
ssiyad's neovim setup
https://github.com/ssiyad/nvim
lua neovim
Last synced: 2 months ago
JSON representation
ssiyad's neovim setup
- Host: GitHub
- URL: https://github.com/ssiyad/nvim
- Owner: ssiyad
- License: mit
- Created: 2025-03-06T05:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-07T17:47:53.000Z (3 months ago)
- Last Synced: 2026-04-07T19:25:37.599Z (3 months ago)
- Topics: lua, neovim
- Language: Lua
- Homepage:
- Size: 795 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## ssiyad/neovim
This repository contains my personal Neovim configuration. It is intentionally
minimal in functional and aesthetic aspects. Feel free to use it as a base for
your own setup.
## Features
- Plugin management using `lazy.nvim`.
- Clean configuration with Lua modules.
- LSP and autocomplete support.
- Telescope for fuzzy finding.
- Treesitter for syntax highlighting.
- Oil as file explorer.

## Installation
### Prerequisites
- Neovim (v0.8+ recommended)
- Git
### Steps
```sh
git clone https://github.com/ssiyad/nvim ~/.config/nvim
```
Launch Neovim and run `:Lazy sync` (or the equivalent for your plugin manager) to install plugins.
## Contributing
Feel free to submit issues or pull requests to enhance the configuration.