Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.7 KB

File metadata and controls

42 lines (35 loc) · 1.7 KB

TODO

Things this repo needs, basically.

ZSH

  • Break files up for easier organization (variables, aliases, plugins, config)
  • A bunch of plugins, basically
  • Ongoing lookout for useful automation and widget/function/alias use-cases

NVIM

Running TODO list:

  • ctrl-hl to move by one word in insert mode, alt-left/right to do the same?
  • Jupyter/similar (probably something along the lines of magma, etc.)
  • Add a configurable default-exclude list for searches, editable through some <Leader>o command
    • Now make it a robust plugin for others to use
  • Better control of edgy windows--hydra to resize or something? Send to buffer?
  • More snippets for different languages
  • Debugging
    • A solid control scheme
    • Breakpoints, inspection
    • Persistent breakpoints (Just set up breakpoint keys using persistent-breakpoints commands)
    • Possible vscode debug config support?
      • Figure out how to show all tasks regardless of current file
    • vscode task support? (See vs-tasks.nvim for this and launch support)
    • javascript/other profiling
    • fix statuscol -- stopped info not showing in own col
    • toggle key for swapping term/repl
    • maybe launch in tmux pane and then attach to (this would be incredibly complicated)?
    • kill process on debug stop
  • Fix overseer output not showing errors
  • Prevent unnamed buffer on all buffers closed -- show file finder instead
  • better quick fix management
  • Fix visual-paste yanking replaced text
  • Disable diagnostics on insert?
  • Live file running for quicker iteration
  • Fix auto-indent in python files when on line > ~300
  • dressing.nvim -> snacks

Other