Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sib61/sib61.nvim
NeoVim Configuration with important plugins.
https://github.com/sib61/sib61.nvim
Last synced: 3 months ago
JSON representation
NeoVim Configuration with important plugins.
- Host: GitHub
- URL: https://github.com/sib61/sib61.nvim
- Owner: SIB61
- Created: 2022-04-20T13:26:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T05:47:52.000Z (6 months ago)
- Last Synced: 2024-08-20T08:05:49.139Z (6 months ago)
- Language: Lua
- Size: 3.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIB61.NVIM : Neovim to NeoIDE
This is a neovim lua config written entirely in lua and with all necessary plugin setup for a modern Programming IDE. All the plugins used in this config are also written in lua.
Anyone who wants the efficiency on neovim but doesn't want to go through the configuration step can definitely use this configuration for their setup.![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/a.png)
![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/b.png)
![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/c.png)
![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/d.png)
![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/e.png)
![alt dashboard](https://github.com/SIB61/SIB61-VIM/blob/master/imgs/f.png)
## Installation
Installation is pretty straight forwardInstall packer for package management:
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```
Create a backup of your existing setup:
```bash
mv ~/.config/nvim ~/.config/nvimback
```
Clone SIB61.NVIM config:
```bash
git clone https://github.com/SIB61/SIB61-VIM ~/.config/nvim
```
Install all plugins:
```bash
nvim +PackerSync
```
you are all set to go ....## Features
1. Dashboard
2. File explorer
3. Terminal
4. Telescope
5. code autocompletion
6. code highlight
7. code format## Keybindings
leader = semicolon
1. code format : ctrl+f
2. file explorer toggle : leader+e
3. file explorer focus : leader+w
4. find file : leader+f
5. find word : leader+a
6. toggle terminal : leader+t
9. open file from file explorer : o
10. open file in a vertical spilt from file explorer : V
11. open file in a horizontal split from file explorer : H
11. go to left split : leader+h
12. go to bottom split : leader+j
13. go to above split : leader+k
14. go to right split : leader+l
15. open file in a vertical split from file explorer: V
16. open file in a horizontal split from file explorer: H## install programming language support:
1. :LspInstall
2. :TSInstall