Configuration for some programs on my MacOS
Neovim config rewritten from init.vim (coc) to a modern Lua setup:
- lazy.nvim plugin manager (
lua/config/lazy.lua) - Native LSP + blink.cmp, nvim-treesitter (
mainbranch), conform.nvim - NERDTree file tree, telescope, lualine, gitsigns
- Theme: OceanicNeutral (
colors/OceanicNeutral.vim+autoload/oceanic_next.vim)
Layout mirrors ~/.config/nvim:
init.lua -- entrypoint (bootstraps lazy)
lua/config/ -- options, keymaps, lazy setup
lua/plugins/ -- one file per plugin/area
colors/, autoload/ -- OceanicNeutral theme
lazy-lock.json -- pinned plugin versions
Requires Neovim 0.12+ and the tree-sitter CLI (brew install tree-sitter-cli).