Skip to content

baq-git/init.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Nvim config with kickstart

  • Floating nvim-tree
  • Harpoon
  • Undotree
  • Personal Keymap
OS PATH
Linux, MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim
Windows (cmd) %userprofile%\AppData\Local\nvim\
Windows (powershell) $env:USERPROFILE\AppData\Local\nvim\

Clone kickstart.nvim

Linux and Mac
git clone https://github.com/BAQ98/init.lua.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Windows

If you're using cmd.exe:

git clone https://github.com/BAQ98/init.lua.git %userprofile%\AppData\Local\nvim\

If you're using powershell.exe

git clone https://github.com/BAQ98/init.lua.git $env:USERPROFILE\AppData\Local\nvim\

Post Installation

Start Neovim

nvim

About

my nvim tour with kickstart-nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 112

Languages