nvim-lsp-file-operations icon indicating copy to clipboard operation
nvim-lsp-file-operations copied to clipboard

This will only work if you open the file you want to rename in tsserver

Open gengdz opened this issue 1 year ago • 3 comments

my config:

  {
    "antosha417/nvim-lsp-file-operations",
    dependencies = {
      "nvim-lua/plenary.nvim",
      "nvim-neo-tree/neo-tree.nvim",
    },
    config = function()
      require("lsp-file-operations").setup({ debug = false })
    end,
  },

If I change the file name directly on the file tree, it won't work.

If I open this file and then modify it it works fine.

gengdz avatar Jul 28 '23 05:07 gengdz