Blog: 2023-12-21: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Ok so the trick is going to be, rather than getting dumb jump working in vim, getting lsp working and then using that to do the import. But maybe a really dumb dumb jump is al...") |
No edit summary |
||
Line 1: | Line 1: | ||
Ok so the trick is going to be, rather than getting dumb jump working in vim, getting lsp working and then using that to do the import. But maybe a really dumb dumb jump is also good to have, for simplicity and because those lsp things seem to always fail sometimes... maybe just want a decent rg interface in vim using quickfix list, probably doable with built in :grep actually |
Ok so the trick is going to be, rather than getting dumb jump working in vim, getting lsp working and then using that to do the import. But maybe a really dumb dumb jump is also good to have, for simplicity and because those lsp things seem to always fail sometimes... maybe just want a decent rg interface in vim using quickfix list, probably doable with built in :grep actually |
||
Ok also I found my import_it.py https://github.com/razzius/import_it.py |
Latest revision as of 23:57, 21 December 2023
Ok so the trick is going to be, rather than getting dumb jump working in vim, getting lsp working and then using that to do the import. But maybe a really dumb dumb jump is also good to have, for simplicity and because those lsp things seem to always fail sometimes... maybe just want a decent rg interface in vim using quickfix list, probably doable with built in :grep actually
Ok also I found my import_it.py https://github.com/razzius/import_it.py