Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

429 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal NVIM Config

Important

Requires: nvim >= 0.12 (uses vim.pack)

Install: sudo snap install nvim --edge --classic

Plugins

System Dependencies

Some plugins require additional tools to be installed on your system:

Caution

This list is likely incomplete!

  • rust-toolchain: For dependencies and Rust LSP (rust-analyzer)
  • tree-sitter-cli: Required for some Treesitter grammars (e.g., LaTeX)
    • Install: cargo install tree-sitter-cli
  • ripgrep: Used by Telescope for fast searching
    • Install: brew install ripgrep or cargo install ripgrep
  • fd: Used by Telescope for file finding
    • Install: brew install fd
  • typst: Required for Typst preview
    • Install: brew install typst
  • Node.js: Required for some LSP servers managed by Mason (e.g., ts_ls)
    • Install: brew install node
  • Zathura: PDF viewer for VimTeX
    • Install: brew install zathura zathura-pdf-poppler
  • GitHub Copilot CLI: For Sidekick integration
    • Install: gh extension install github/gh-copilot
  • QuickType: For nvim-quicktype
    • Install: npm install -g quicktype
  • sqlite: Required for sqlite.lua (and neoclip)
    • Install: brew install sqlite

About

nvim config from Kickstart modified with NvChad

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages