Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

maya-doshi/nvimcfg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Neovim Config

Fork of dam9000/kickstart-modular.nvim

Installation

Install External Dependencies

External Requirements:

  • Basic utils: git, make, unzip, C Compiler (gcc)
  • ripgrep
  • Clipboard tool (xclip/xsel/win32yank or other depending on platform)
  • A Nerd Font: optional, provides various icons
    • if you have it set vim.g.have_nerd_font in init.lua to true
  • Language Setup:
    • If you want to write Typescript, you need npm
    • If you want to write Golang, you will need go
    • etc.

Install

OS PATH
Linux, MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim
Windows (cmd) %localappdata%\nvim\
Windows (powershell) $env:LOCALAPPDATA\nvim\
Linux and Mac
git clone [email protected]:maya-doshi/nvimcfg.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

cmd.exe:

git clone [email protected]:maya-doshi/nvimcfg.git %userprofile%\AppData\Local\nvim\

powershell.exe

git clone [email protected]:maya-doshi/nvimcfg.git $env:USERPROFILE\AppData\Local\nvim\

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%