canola.nvim/lua/oil
Philipp Oeschger 5d2dfae655
feat: config option to customize floating window title (#482)
* replace cwd path in actual path

* move get_title to utils

* add documentation

* rename

* add method doc

* add comment

* fallback to 0 for winid

* add missing property definition for relative_win_title

* only replace when at the start of the path

* simplify

* minor change

* add entry point to customize floating window title for oil-buffer

* remove config parameter

* cleanup

* add documentation

* move get_win_title to top and pass winid as parameter

* add get_win_title to type definition for oil.setup

* remove empty line

* adjust comment

---------

Co-authored-by: Philipp Oeschger <philippoeschger@Philipps-Air.fritz.box>
2024-10-15 22:22:31 -04:00
..
adapters doc: Update links to FreeDesktop's Trash spec (#490) 2024-09-30 22:11:09 -07:00
lsp fix: throw error on vim.has call within the lsp/workspace.lua (#411) 2024-06-11 06:23:04 -05:00
mutator doc: disable some type warnings from new LuaLS release 2024-09-30 22:10:36 -07:00
actions.lua feat: support preview from floating window (#403) 2024-06-19 21:23:30 -04:00
cache.lua doc: disable some type warnings from new LuaLS release 2024-09-30 22:10:36 -07:00
columns.lua doc: more and better type annotations 2024-08-30 17:50:09 -07:00
config.lua feat: config option to customize floating window title (#482) 2024-10-15 22:22:31 -04:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua lint: ignore some type errors 2024-05-13 20:02:11 -06:00
git.lua fix: git mv errors when moving empty directory (#358) 2024-04-23 19:31:54 -07:00
init.lua feat: config option to customize floating window title (#482) 2024-10-15 22:22:31 -04:00
keymap_util.lua fix: vim.notify call error 2024-06-11 06:27:39 -05:00
layout.lua lint: stricter type checking 2024-09-17 13:00:48 -07:00
loading.lua fix: increase loading display delay to avoid flicker (#424) 2024-06-19 21:41:05 -04:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
ringbuf.lua fix: spurious exits from faulty :wq detection (#221) 2024-03-12 15:57:57 -07:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: config option to customize floating window title (#482) 2024-10-15 22:22:31 -04:00
view.lua doc: more and better type annotations 2024-08-30 17:50:09 -07:00