Skip to content

nishu-murmu/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My nvim config in lua

⚠️ NOTE:

This config purely is for my own use. There are already great preconfigured configs out there. I'm still learning about this.

✨ Features

  1. Built-in Native LSP
    • Go-to-defintion
    • lsp-finder
    • Renaming
    • Line diagnostics
    • Hover
    • floating terminal
  2. Auto Completion - nvim-cmp
  3. Fuzzy Finder - Telescope
  4. File Explorer - NvimTree
  5. Git Integration - LazyGit
  6. Ternminal Integration - Toggleterm
  7. Quick word/letter jump - Lightspeed
  8. Keybinding helper - Whichkey
  9. Fancy startup - alpha

🛠️ Installation

Prerequisites

Install for Linux

  1. Clone this repository
    git clone https://github.com/nishu-murmu/nvim
    
  2. Run the install_nvim.sh file and restart the Neovim.

🏷️ References

  1. Christian Chiarulli