Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asethcore/config-nvim
Custom Neovim configuration tailored for an efficient and flexible development environment.
https://github.com/asethcore/config-nvim
neovim neovim-conf neovim-dotfiles nvim nvim-config nvim-configuration
Last synced: about 1 month ago
JSON representation
Custom Neovim configuration tailored for an efficient and flexible development environment.
- Host: GitHub
- URL: https://github.com/asethcore/config-nvim
- Owner: Asethcore
- License: mit
- Created: 2024-11-03T17:07:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T08:21:00.000Z (about 1 month ago)
- Last Synced: 2024-11-29T09:26:08.957Z (about 1 month ago)
- Topics: neovim, neovim-conf, neovim-dotfiles, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
*This repository is a customized version of an existing project*, enhanced with additional features to improve functionality and user experience. The primary modifications include integrations like
* Which Key,
* Mini Animate,
* Code Window,
* JSON Language Server (jsonls),
* nvim-notify,
* Cmd Line,
* Markdown Preview,
* fuzzy finder,
* file browse &
* tabs(barbar)
* Colors(NvChad-colorizer)## Installation
Clone this repository, using the following command:
```bash
git clone https://github.com/Acorshep/config-nvim.git
```
create the nvim directory if it doesnt exist
```bash
mkdir -p ~/.config/nvim
```
then copy the contents of the ```~/config-nvim/.config/nvim``` to ```~/.config/nvim```
```bash
cp -r ~/config-nvim/.config/nvim/* ~/.config/nvim/
cd ~/.config/nvim
nvim
```## Screenshots
![s9](https://github.com/user-attachments/assets/34fb8d70-8c2d-4bc6-ace0-b5f935d2bf51)
![s12](https://github.com/user-attachments/assets/09446fad-f7c4-4a7c-b99c-70bd8d418cfb)
![s10](https://github.com/user-attachments/assets/c5271123-1dec-45d5-b66f-393162529161)
![s11](https://github.com/user-attachments/assets/42609be3-ef4d-4c40-a5be-4ea1f821e2ab)
![s13](https://github.com/user-attachments/assets/d4c0f40c-cba1-49b6-9f76-be8d350b8d01)
![s64](https://github.com/user-attachments/assets/5172d87d-25ac-4288-97ee-54a52546fdbd)