Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T05:17:17.000Z (10 months ago)
- Last Synced: 2024-11-14T14:16:58.230Z (3 months 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.
## 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.