Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres-condezo/nvim
This repository contains my personal configuration for Neovim (nvim), a highly customizable text editor that I use for coding and text editing.
https://github.com/andres-condezo/nvim
config nvim nvim-configs nvim-lua nvimrc
Last synced: 17 days ago
JSON representation
This repository contains my personal configuration for Neovim (nvim), a highly customizable text editor that I use for coding and text editing.
- Host: GitHub
- URL: https://github.com/andres-condezo/nvim
- Owner: andres-condezo
- Created: 2023-09-15T22:58:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T08:06:59.000Z (6 months ago)
- Last Synced: 2024-05-01T09:26:16.770Z (6 months ago)
- Topics: config, nvim, nvim-configs, nvim-lua, nvimrc
- Language: Lua
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This repository contains my personal configuration for Neovim (nvim), a highly customizable text editor that I use for coding and text editing.![greeter-screenshot](./img/nvim-screenshot.png)
## Acknowledgments
This configuration is based on the following repositories:- [nvim-basic-ide](https://github.com/LunarVim/nvim-basic-ide) repository by [Christian Chiarulli](https://github.com/ChristianChiarulli).
- [nvim](https://github.com/adalessa/nvim) repository by [Ariel](https://github.com/adalessa)
- [nvim-conIg](https://github.com/kohane27/nvim-config) repository by [kohane27](https://github.com/kohane27)I'm grateful for their work and the foundation they provided for this configuration.