provides a way to toggle between str and fstr for python buffer
fstr-2023-06-29_15.37.37.mp4
- only for python
- take advantage of treesitter rather than complicated string manipulations
- no automatic operation to toggle fstr
- it just works
- it is feature-frozen
- nvim 0.9.*
- treesitter
- haolian9/infra.nvim
- haolian9/squirrel.nvim
my personal config
bm.i("<c-f>", function() require("squirrel.fstr")() end)