30 lines
768 B
Markdown
30 lines
768 B
Markdown
---
|
|
created: 2024-04-15 20:56
|
|
updated: 2024-04-15 20:56
|
|
---
|
|
# Devtools
|
|
|
|
List of tools to solve common problems
|
|
|
|
## Tasks Runners
|
|
|
|
- [Overseer](https://github.com/stevearc/overseer.nvim): nvim task management
|
|
|
|
## Debugging
|
|
|
|
- [debugprint.nvim](https://github.com/andrewferrier/debugprint.nvim): manage print statements with useful information inside neovim
|
|
|
|
## Nvim Tools
|
|
|
|
### Focus Mode
|
|
|
|
- [Zen mode](https://github.com/folke/zen-mode.nvim): focus on the current portion of a file only
|
|
|
|
### Codebase Navigation
|
|
|
|
- Telescope
|
|
- [Graple](https://github.com/stevearc/overseer.nvim), bookmarks files to instant navigation in 1 key chord
|
|
|
|
### File Navigation
|
|
|
|
- [flash.nvim](https://github.com/folke/flash.nvim): jump to any place, enhances search, `f`,`F`,`t`,`T`, motions
|