canola.nvim/lua/oil
David Sierra DiazGranados 30039f13f6
Respect 'clipboard' in copy_entry_path
Using `vim.v.register`, we can respect the user's desire of copying to the unnamed (or unnamedplus) register or default one.

Check `:h v:register`

Thanks
2023-05-23 19:35:20 -05:00
..
adapters feat: config option for trashing deleted files (#99) 2023-05-06 21:07:01 -07:00
mutator refactor: use more modern methods for getting/setting options 2023-05-21 20:40:09 -07:00
actions.lua Respect 'clipboard' in copy_entry_path 2023-05-23 19:35:20 -05:00
cache.lua feat: first draft 2023-01-02 01:34:53 -08:00
columns.lua fix: icon column does nil-check of config 2023-04-11 08:27:41 -07:00
config.lua fix: set bufhidden = 'hide' by default (#104) 2023-05-16 20:32:45 -07:00
constants.lua feat: first draft 2023-01-02 01:34:53 -08:00
fs.lua fix: opening with lowercase drive letters 2023-05-21 16:25:43 -04:00
init.lua refactor: use more modern methods for getting/setting options 2023-05-21 20:40:09 -07:00
keymap_util.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua feat: can minimize the progress window 2023-04-04 13:53:01 -07:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua refactor: use more modern methods for getting/setting options 2023-05-21 20:40:09 -07:00
view.lua refactor: use more modern methods for getting/setting options 2023-05-21 20:40:09 -07:00