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
- Host: GitHub
- URL: https://github.com/vitorcarvalho67/nvimconfig
- Owner: VitorCarvalho67
- License: gpl-3.0
- Created: 2024-04-28T03:49:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T04:14:43.000Z (about 1 year ago)
- Last Synced: 2024-12-02T08:56:34.909Z (7 months ago)
- Topics: customization, gplv3, lua, nvim, nvim-configs, nvim-lua, nvim-plugin, personal-config, vim-configuration
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
# NvimConfig
[](vitorcarvalho67/NvimConfig/blob/master/LICENSE)


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
- neovimIf 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.