Skip to content

boyScavedo/jeevan-nvim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DISCLAIMER: This is for windows only

Introduction

This is a nvim configuration that I am using right now which you can also clone and use for yourself. I took inspiration from Josean Martinez's hour and half nvim setup tutorial. You can check out how the plugins work there. All the themes are the ones from there.

Pre-requisite

  • install neovim
  • install any nerdfont and set it as terminal font
  • install node.js for Mason
    • Use the following code to install Mason.
    npm install -g mason 
    
  • install Chocolatey
    • follow all instructions, its safe.
  • install ripgrep using Chocolatey
choco install ripgrep
  • install make using Chocolatey
choco install make
  • install git for cloning the setup

Setting up

  • make sure you back up your old config files from AppData/Local/nvim & AppData/Local/nvim-data
    • Make sure that these folders are deleted after backed up.
git clone https://github.com/boyScavedo/jeevan-nvim-setup.git "%LOCALAPPDATA%\nvim"

  • use the following commandcd ' to move inside the nvim directory.
"%LOCALAPPDATA%\nvim"
  • run neovim using nvim.
  • lazy plugin manager will download all the files.
  • LuaSnip might show build failed but we can ignore that part.
  • close the neovim using :q and open it again using nvim.
  • <SPACE> is my leader key. so press it to see my main keybinds.
  • open nvim-tree using <SPACE>ee and navigate to lua\jeevan\core\keymaps.lua to check my core keybinds.
  • some keybinds might show errors at first execution but close the error and redo the keybind and the problem will fix itself.

Enjoy my personal neovim experience :)

About

Personal neovim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages