https://github.com/acorshep/config-nvim
originally from : https://github.com/cpow/neovim-for-newbs
https://github.com/acorshep/config-nvim
neovim neovim-conf neovim-dotfiles nvim nvim-config nvim-configuration
Last synced: 6 months ago
JSON representation
originally from : https://github.com/cpow/neovim-for-newbs
- Host: GitHub
- URL: https://github.com/acorshep/config-nvim
- Owner: Acorshep
- License: mit
- Created: 2024-11-03T17:07:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T06:57:09.000Z (11 months ago)
- Last Synced: 2024-11-06T07:18:16.417Z (11 months ago)
- Topics: neovim, neovim-conf, neovim-dotfiles, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage:
- Size: 80.1 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,
* file browse &
* tabs(barbar)## 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




