Normanras / f-string-toggle.nvim

:yarn: A Neovim plugin to toggle python f-strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

šŸ§¶ f-string-toggle

f-string-toggle

A modularised version of this reddit post by u/ddmenddes_ - all credit goes to the original author!

Install

{
  "roobert/fs-string-toggle.nvim",
  config = function()
    require("fs-string-toggle").setup({
      key_binding = "<leader>f"
    })
  end,
}

Usage

Within a string press leader-f to toggle if it's an f-string or not.

About

:yarn: A Neovim plugin to toggle python f-strings


Languages

Language:Lua 100.0%