Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkinder17/nvim
My neovim config.
https://github.com/jkinder17/nvim
neovim nvim nvim-configs
Last synced: about 10 hours ago
JSON representation
My neovim config.
- Host: GitHub
- URL: https://github.com/jkinder17/nvim
- Owner: jkinder17
- Created: 2024-07-16T22:37:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:09:27.000Z (3 months ago)
- Last Synced: 2024-08-03T18:29:56.688Z (3 months ago)
- Topics: neovim, nvim, nvim-configs
- Language: Lua
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim
My neovim config.
## Installation
1. Install the latest neovim.
```bash
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
sudo mv ./nvim.appimage /usr/bin/nvim
```On Debian testing/unstable or Ubuntu, you may need to install ```libfuse2```.
2. Alias vim with nvim (open nvim with 'vim' command).
```bash
echo "alias vim=\"nvim\"" >> ~/.bashrc
```3. Install my neovim config.
```bash
git clone https://github.com/jkinder17/nvim.git ~/.config/nvim
```4. Open neovim, which should install all plugins.
## Keymaps
`````` = " " (space)
```n``` - Open neotree
```hl``` - Clear search highlights