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

https://github.com/vitorcarvalho67/nvimconfig

Customized configuration of the Neovim editor, tailored to my specific needs and written in Lua
https://github.com/vitorcarvalho67/nvimconfig

customization gplv3 lua nvim nvim-configs nvim-lua nvim-plugin personal-config vim-configuration

Last synced: 5 months ago
JSON representation

Customized configuration of the Neovim editor, tailored to my specific needs and written in Lua

Awesome Lists containing this project

README

        


Imagem logo

# NvimConfig

[![GitHub license](https://img.shields.io/github/license/vitorcarvalho67/NvimConfig)](vitorcarvalho67/NvimConfig/blob/master/LICENSE)
![GitHub stars](https://img.shields.io/github/stars/vitorcarvalho67/NvimConfig)
![GitHub languages top](https://img.shields.io/github/languages/top/vitorcarvalho67/NvimConfig)
![GitHub last commit](https://img.shields.io/github/last-commit/vitorcarvalho67/NvimConfig)

This project provides a customized configuration of the Neovim editor, specifically tailored to my needs and developed in Lua. It focuses on enhancing Neovim’s usability through plugins and custom scripts under the GPLv3 license. Key areas include Lua customization, Vim configuration, and Neovim plugins, making it ideal for those interested in personalizing their editing environment.

## How to use
Prerequisites
- neovim

If you don't have neovim, can install using:
```bash
# win
scoop install neovim
choco install neovim
# linux
sudo apt install neovim
sudo dnf install neovim
sudo pacman -S neovim
```

Clone the repository
```bash
git clone https://github.com/VitorCarvalho67/NvimConfig.git
```

Navigate to the project directory
```bash
cd NvimConfig
```

These steps will get you set up with the initial files on your local machine. Next, you can proceed with installing any required plugins and configuring Neovim to use these settings by copying or linking them to your Neovim configuration directory, typically located at ~/.config/nvim. If your setup involves additional steps like installing dependencies or configuring plugins, remember to include those to ensure a smooth setup.