nvim-lsp-file-operations
nvim-lsp-file-operations copied to clipboard
This will only work if you open the file you want to rename in tsserver
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.