Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bfgasparin/nvim-config

Nvim-config
https://github.com/bfgasparin/nvim-config

Last synced: about 2 months ago
JSON representation

Nvim-config

Awesome Lists containing this project

README

        

# nvim-config

## Introduction

My nvim config

* Using Lua and Lazy
* Lua Modules for Plugins
* Completely Documented

## Installation

### Install Neovim

Use [stable](https://github.com/neovim/neovim/releases/tag/stable) version.

### External Requirements:
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
- [fd](https://github.com/sharkdp/fd)
- [node.js](https://github.com/nodejs/node) version 18.12.0 or higher
- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons
- if you have it set `vim.g.have_nerd_font` in `init.lua` to true

]]--