Skip to content

bsolar17/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

361 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Minimal, modular, and plugin-oriented Neovim configuration.

  • Entry point: init.lualua/my-setup/
  • Plugin manager: lazy.nvim
  • Modular settings: in lua/my-setup/
  • Supports both native Neovim and VSCode plugin use

External Tools

Some external tools are required or recommended:

  • git — required for plugin management and version control
  • fzf — required by search/fuzzy finder features
  • ripgrep (rg) — required for live grep and file search
  • fd — optional, for faster file finding
  • npm — for installing certain Node-based plugins
  • stylua — for Lua formatting
  • jdtls — for Java language support (Mason install)
  • java-test — for Java testing (Mason install)
  • java-debug-adapter — for Java debug (Mason install)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages