This file gives future coding agents a fast, reliable workflow for this Neovim repo.
init.vim: minimal entrypoint, only plugin bootstrap + source statements + tiny misc settings.nvim-config/*.vim: Vimscript modules by concern (leader maps, coc, lint, theme, etc.).nvim-config/*.lua: Lua plugin configs and modern Neovim setup.coc-settings.json: CoC language server and extension behavior.KEYMAPS.md: user-facing shortcut overview. Keep in sync with mappings.init.vim small. New logic belongs in a focused file under nvim-config/.nvim-config/lint.vim).<leader> mappings unless explicitly requested./usr/local/bin/nvim --headless "+qa"/usr/local/bin/nvim --headless "+verbose command LintFile" "+qa"rg --line-number "<leader>lf|<leader>a|CocAction|LintFile" /Users/leon/.config/nvim/nvim-config:checkhealth:messages after startup and after :CocRestartnvim may be missing from PATH; use /usr/local/bin/nvim.Failed to find executable tmux. Treat separately from lint/LSP issues.conform.nvim (not coc-prettier).:LintFile lives in nvim-config/lint.vim.node_modules/.bin/eslint --fix.tflint if installed.coc-java (JDTLS).conform.nvim unless user asks otherwise.reset --hard, forced checkout) unless explicitly asked.init.vim.echom, :messages, :checkhealth) over guessing.KEYMAPS.md in the same change.