Skip to content

MaharshiAJ/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Windows (Powershell)

Make a backup of your current nvim directory

Rename-Item -Path $env:LOCALAPPDATA\nvim -NewName $env:LOCALAPPDATA\nvim.bak
Rename-Item -Path $env:LOCALAPPDATA\nvim-data -NewName $env:LOCALAPPDATA\nvim-data.bak

Clone this repository

git clone https://github.com/MaharshiAJ/nvim $env:LOCALAPPDATA\nvim

Linux/MacOS

Make a backup of your current nvim directory

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clone this Repository

git clone https://github.com/MaharshiAJ/nvim ~/.config/nvim

Plugins Used

Lazy Package Manager
Tokyo Night Colorscheme
Which Key
Dressing
Telescope
Nvim Tree
Barbar
Bufdelete
Toggleterm
Treesitter
Cmp
Autopairs
Mason
Mason LspConfig
Lspconfig
Lualine
Better Escape
Gitsigns
Noice
Conform
Notify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages