Skip to content
dharmx edited this page May 7, 2024 · 1 revision

Use track.nvim for marking elements in other plugins.

rnvimr

https://github.com/kevinhwang91/rnvimr

Mark current selected file.

vim.g.rnvimr_action = {
  ["<C-t>"] = "NvimEdit Mark true",
}
Clone this wiki locally