Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbaychev/nvim
https://github.com/gbaychev/nvim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbaychev/nvim
- Owner: gbaychev
- Created: 2023-07-31T20:02:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-23T17:22:00.000Z (3 months ago)
- Last Synced: 2024-08-23T19:08:05.411Z (3 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My neovim config
For linux clone under
```
~/.config
```For windows clone under
```
~/AppData/Local
```## Setup the addons via packer
Linux
```
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```Windows
```
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"
```Install the plugins from nvim:
```
:PackerSync
```
If you get an error message, when you first run `:PackerSync`, this is normal.## Some notes about Windows
It appears that the current msi does not add a context menu entry. To change that
* go to ` HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell `
* Add a key called 'Open with Neovim'
* (optional) Create a sz value called Icon and set it to `C:\Program Files\Neovim\bin\nvim-qt.exe`
* Within add a key called 'command'
* Edit the (default) value to ` "C:\Program Files\Neovim\bin\nvim-qt.exe" "%1" `[Reference](https://stackoverflow.com/questions/20449316/how-add-context-menu-item-to-windows-explorer-for-folders)
neovim.exe must be added to `PATH`
CaskaydiaCove NF must be installed, so that the airline bar functions properly