Claude code prompt with nvim - insert @<filename>
Add a ~/.config/nvim/lua/plugins/telescope-insert-path.lua to enable inserting file paths in nvim using telescope with <leader>fP
3 resources tagged with "claude-code"
Add a ~/.config/nvim/lua/plugins/telescope-insert-path.lua to enable inserting file paths in nvim using telescope with <leader>fP
export EDITOR='nvim'
How to use Claude Code's pre-command hooks to block git commit --amend in your repository