Skip to content

roobert/f-string-toggle.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

🧶 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/f-string-toggle.nvim",
  config = function()
    require("f-string-toggle").setup({
      key_binding = "<leader>f",
      key_binding_desc = "Toggle f-string"
    })
  end,
}

Usage

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

About

🧶 A Neovim plugin to toggle python f-strings

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages