A launch point for your personal nvim configuration
Go to file
Rakshit Sinha b9a35b870c Add debug session terminate keybinding 2025-01-14 17:35:27 -08:00
.github Add a pull request template (#825) 2024-04-04 10:31:37 -04:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
lua Add debug session terminate keybinding 2025-01-14 17:35:27 -08:00
.black.toml Modularized all my plugins 2024-11-09 21:49:28 -08:00
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
.stylua.toml Added quite a few additional configs 2024-11-22 20:20:06 -08:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md Update README 2025-01-12 11:55:03 -08:00
init.lua Added cmdHeight changes for RecordingEnter/Leave 2024-12-02 16:47:02 -08:00

README.md

Forked from kickstart.nvim for the base configurations. Fully customized and modularized per my liking

  • Install nerdfont
  • Install lazygit
  • Install ripgrep for treesitter
  • Install npm (preferably via nvm)
  • Install python/python3 for isort
  • Install go for gopls

For Go debugger

  • Install delve