https://github.com/fransjesky/lazyvim.config
Personal configuration and custom plugin setup for LazyVim ๐ค
https://github.com/fransjesky/lazyvim.config
config lazyvim lua-script neovim nvim plugins
Last synced: about 10 hours ago
JSON representation
Personal configuration and custom plugin setup for LazyVim ๐ค
- Host: GitHub
- URL: https://github.com/fransjesky/lazyvim.config
- Owner: fransjesky
- License: apache-2.0
- Created: 2025-05-17T20:11:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-16T04:33:50.000Z (about 1 month ago)
- Last Synced: 2026-03-16T16:16:14.504Z (about 1 month ago)
- Topics: config, lazyvim, lua-script, neovim, nvim, plugins
- Language: Lua
- Homepage: http://www.lazyvim.org/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lazyvim.config ๐ค
This is a personalized Neovim configuration forked from LazyVim,
tailored to suit my workflow and preferences
Neovim
ยท
LazyVim
[](https://github.com/fransjesky/lazyvim.config/LICENSE)
## โก๏ธ Requirements
- Neovim
- Python
- Node and NPM
- Rust and Cargo for blink.nvim plugin installation.
- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
## ๐ Getting Started
This is a forked starter pack of LazyVim.
You can find a starter template for **LazyVim** [here](https://github.com/LazyVim/starter)
Clone the repository
```sh
git clone git@github.com:fransjesky/lazyvim.config.git ~/.config/nvim
```
Run Neovim and let the plugins install and update automatically.