https://github.com/heldrida/neovim-config
Neovim config
https://github.com/heldrida/neovim-config
Last synced: 3 months ago
JSON representation
Neovim config
- Host: GitHub
- URL: https://github.com/heldrida/neovim-config
- Owner: heldrida
- Created: 2022-06-25T10:28:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T22:14:52.000Z (over 2 years ago)
- Last Synced: 2025-02-18T06:09:07.209Z (3 months ago)
- Language: Vim Script
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim
## Install
First, install [vim-plug](https://github.com/junegunn/vim-plug)
```sh
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```Second, run the `:PlugInstall` in Nvim
## 🗝 Hotkeys
Edit the configuration file by using one of the following:
`nvim ~/.config/nvim/init.vim`
`:e $MYVIMRC`
`ce`
👆The key by default is \
**Ctrl+w and v** - Split vertically
**Ctrl+w and s** - Split horizontally
**Ctrl+hjkl** - Originally as Ctrl+w and direction hjkl
**$** - Go to the end of the line
**A** - Go to the end of the line and enter insert mode
**Cltr+t** - Toggler NERDTree
## References
[https://vimcolorschemes.com/](https://vimcolorschemes.com/)
[https://github.com/nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)