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

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 ๐Ÿ’ค

Awesome Lists containing this project

README

          






Logo

lazyvim.config ๐Ÿ’ค



This is a personalized Neovim configuration forked from LazyVim,
tailored to suit my workflow and preferences


Neovim
ยท
LazyVim

[![GitHub license](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat&color=%232196f3)](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.