nvim/README.md
Jeremie Fraeys 16e9c589c8
Some checks are pending
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (macos-latest) (push) Waiting to run
StyLua / stylua (ubuntu-latest) (push) Waiting to run
docs: add C/C++ to languages in README
2026-02-08 14:57:03 -05:00

900 B
Executable file

nvim

My personal Neovim configuration — built for ML/AI and backend development.

Forked from kickstart.nvim and evolved into something more opinionated.

git clone https://git.jfraeys.com/jfraeysd/nvim.git ~/.config/nvim

What's Inside

Core editing: LSP via Mason, completion with nvim-cmp, Treesitter for syntax, autopairs, snippets

Navigation: Telescope for fuzzy finding, Harpoon for quick file jumps

Git: Fugitive for operations, Gitsigns for inline blame/diff

Debug: nvim-dap with Python/Go support

Aesthetics: Custom theme setup with file tree and status line

Languages

Python, Go, Rust, C/C++, Lua, SQL, Bash — with LSP, linting, and formatting pre-configured.

Updates

git -C ~/.config/nvim pull
nvim --headless "+Lazy! sync" +qa

Requires Neovim 0.10+, Git, and ripgrep.