Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gbaychev/nvim


https://github.com/gbaychev/nvim

Last synced: about 1 month ago
JSON representation

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