No description
Find a file
Jeremie Fraeys b3b5702588
Some checks failed
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Failing after 2s
perf: further startup optimizations - defer indent, luasnip, notify, oil, atac, auto-dark-mode
2026-02-08 15:30:13 -05:00
.github ci: fix stylua URL to use correct asset name 2026-02-08 15:20:33 -05:00
after/queries chore(nvim): reinitialize with working config 2026-02-07 21:06:45 -05:00
ftplugin fix: resolve luacheck warnings - Terminal scope and unused function 2026-02-08 15:15:17 -05:00
lua perf: further startup optimizations - defer indent, luasnip, notify, oil, atac, auto-dark-mode 2026-02-08 15:30:13 -05:00
.gitignore refactor: reorganize config and simplify README 2026-02-08 14:48:48 -05:00
.luacheckrc fix: remove vim from std for older luacheck compatibility 2026-02-08 15:12:59 -05:00
.stylua.toml chore(nvim): reinitialize with working config 2026-02-07 21:06:45 -05:00
init.lua fix: move lsp-servers.lua out of plugins dir to fix lazy.nvim error 2026-02-08 15:23:30 -05:00
lazy-lock.json ci: fix stylua download URL to specific version 2026-02-08 15:18:42 -05:00
LICENSE.md chore(nvim): reinitialize with working config 2026-02-07 21:06:45 -05:00
README.md docs: add C/C++ to languages in README 2026-02-08 14:57:03 -05:00

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.