https://github.com/lpsouza/nvim-config
This is my personal nvim configuration.
https://github.com/lpsouza/nvim-config
config configuration lua neovim
Last synced: about 2 months ago
JSON representation
This is my personal nvim configuration.
- Host: GitHub
- URL: https://github.com/lpsouza/nvim-config
- Owner: lpsouza
- Created: 2023-08-05T06:46:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T05:17:17.000Z (about 2 years ago)
- Last Synced: 2025-03-04T03:41:42.617Z (over 1 year ago)
- Topics: config, configuration, lua, neovim
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-config
This repository contains my personal Neovim (nvim) configuration. While it is primarily tailored to my needs, you are welcome to use it and adapt it for your own setup.
**Important Note:** This repository has been deprecated in favor of my dotfiles repository, which now includes my Neovim configuration along with other personal settings. You can find the updated configuration in my [dotfiles repository](https://github.com/lpsouza/dotfiles). I recommend using that repository for a more comprehensive setup.
## Installation
Clone this repository into your Neovim configuration directory:
```bash
git clone https://github.com/lpsouza/nvim-config ~/.config/nvim/
```
## Credits
This configuration is inspired by ideas from \@[josean-dev](https://github.com/josean-dev) and their repository [dev-environment-files](https://github.com/josean-dev/dev-environment-files). I am grateful for their work and insights.