Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfgasparin/nvim-config
Nvim-config
https://github.com/bfgasparin/nvim-config
Last synced: about 2 months ago
JSON representation
Nvim-config
- Host: GitHub
- URL: https://github.com/bfgasparin/nvim-config
- Owner: bfgasparin
- Created: 2024-03-15T17:36:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:04:20.000Z (2 months ago)
- Last Synced: 2024-10-28T19:23:48.984Z (2 months ago)
- Language: Lua
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]]--