A launch point for your personal nvim configuration
Go to file
Rakshit Sinha 073e01a8b2 Autcmd to organize imports for Go files. Remove unused imports on save 2025-01-08 11:29:11 -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 Autcmd to organize imports for Go files. Remove unused imports on save 2025-01-08 11:29:11 -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 Additional installs 2024-12-01 00:20:02 -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