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
- Host: GitHub
- URL: https://github.com/ocdbytes/neovim_lua
- Owner: ocdbytes
- Created: 2023-03-19T17:54:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T10:47:50.000Z (about 2 years ago)
- Last Synced: 2024-04-14T10:46:08.856Z (almost 2 years ago)
- Topics: lua, nvim, nvim-configs
- Language: Lua
- Homepage:
- Size: 576 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.

## 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
```