Skip to content

stefanlogue/auto-fstring.nvim

Repository files navigation

GitHub Workflow Status (with event) GitHub release (with filter)

💧 auto-fstring.nvim 💧

Neovim plugin to automatically change strings to fstrings in python

Lua "Buy Me A Coffee"

Table of contents

Installation

lazy.nvim

{
  "stefanlogue/auto-fstring.nvim",
  -- This installs the latest stable release.
  -- Set to false or omit to install the latest development version
  version = "*",
}

Contributing

Please read the CONTRIBUTING guide before submitting a pull request.