Skip to content

Neovim UI for great search and replace plugin: CtrlSF

License

Notifications You must be signed in to change notification settings

P4Cu/ctrlsf-ui.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctrlsf-ui.nvim

Neovim UI for great search and replace plugin: CtrlSF

demo

Configure using lazy.nvim (includes lazy loading):

  {
    "P4Cu/ctrlsf-ui.nvim",
    dependencies = {
      "MunifTanjim/nui.nvim",
      {
        "dyng/ctrlsf.vim",
        cmd = {
          "CtrlSF",
          "CtrlSFClearHL",
          "CtrlSFClose",
          "CtrlSFFocus",
          "CtrlSFOpen",
          "CtrlSFQuickfix",
          "CtrlSFStop",
          "CtrlSFToggle",
          "CtrlSFUpdate",
        },
      },
    },
  },

And then show via: require("ctrlsf-ui").show()

About

Neovim UI for great search and replace plugin: CtrlSF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages