chore: add files from master-wiki repo
This commit is contained in:
parent
f99a9ae2ac
commit
1847f6bf28
315 changed files with 1047341 additions and 0 deletions
30
_master_wiki/03. Resources/Development/Devtools.md
Normal file
30
_master_wiki/03. Resources/Development/Devtools.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue