https://github.com/fschuermeyer/nvim-setup
This is my personal Neovim Setup. I use it for my daily work and I'm happy to share it with you. Feel free to use it as a base for your own setup.
https://github.com/fschuermeyer/nvim-setup
nvim nvim-setup
Last synced: 6 months ago
JSON representation
This is my personal Neovim Setup. I use it for my daily work and I'm happy to share it with you. Feel free to use it as a base for your own setup.
- Host: GitHub
- URL: https://github.com/fschuermeyer/nvim-setup
- Owner: fschuermeyer
- Created: 2024-07-03T14:34:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T12:02:57.000Z (7 months ago)
- Last Synced: 2025-08-04T16:19:13.565Z (7 months ago)
- Topics: nvim, nvim-setup
- Language: Lua
- Homepage: https://hellocoding.de/blog/tools/development/neovim-als-entwicklungsumgebung
- Size: 225 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Neovim Setup
This is my personal Neovim setup, updated in Dezember 2024 from LazyVim to a own configuration Setup. I'm using Neovim as my main editor for coding and writing. The Setup is manly focused on Golang, JavaScript/TypeScript, Python and Lua.
## Installation
Clone the repository to your local machine:
```bash
git clone git@github.com/fschuermeyer/nvim-setup.git ~/.config/nvim
```