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

https://github.com/ocdbytes/neovim_lua

Lua config for Neo Vim terminal
https://github.com/ocdbytes/neovim_lua

lua nvim nvim-configs

Last synced: 11 months ago
JSON representation

Lua config for Neo Vim terminal

Awesome Lists containing this project

README

          

# Neo Vim Plugins & Setup (Mac OS)

Here lua language is being used to configure the settings of the neo vim terminal.

screenshot

## Installation

```sh
brew install neovim
```

## Setting theme

```sh
git clone https://github.com/ocdbytes/Neovim_Lua.git

rm -rf ~/.config/nvim

mkdir -p ~/.config/nvim

cd Neovim_Lua

cp -a . ~/.config/nvim/
```

## Shortcuts

```sh
toggle folder tree : ctrl + n
telescope : ctrl + p
```