Skip to content

SIB61/SIB61.NVIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 alt dashboard alt dashboard alt dashboard alt dashboard alt dashboard

Installation

Installation is pretty straight forward

Install packer for package management:

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:

mv ~/.config/nvim ~/.config/nvimback

Clone SIB61.NVIM config:

git clone https://github.com/SIB61/SIB61-VIM ~/.config/nvim

Install all plugins:

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
  7. open file from file explorer : o
  8. open file in a vertical spilt from file explorer : V
  9. open file in a horizontal split from file explorer : H
  10. go to left split : leader+h
  11. go to bottom split : leader+j
  12. go to above split : leader+k
  13. go to right split : leader+l
  14. open file in a vertical split from file explorer: V
  15. open file in a horizontal split from file explorer: H

install programming language support:

  1. :LspInstall
  2. :TSInstall

About

NeoVim Configuration with important plugins.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages