canola.nvim/lua/oil
csponge 30e0438ff0
fix: ensure win_options are being set on correct window (#469)
* Added check for filetype before setting win_options in initialize

* refactor: use nvim_buf_call to set window options

---------

Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2024-08-28 17:54:03 -07:00
..
adapters fix: gracefully handle trashing file that does not exist 2024-08-25 20:51:27 -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 fix: process deletes in dir before moving dir 2024-08-25 20:46:46 -07:00
actions.lua feat: support preview from floating window (#403) 2024-06-19 21:23:30 -04:00
cache.lua ci: typechecking no longer requires neodev 2024-06-01 16:38:11 -07:00
columns.lua feat: add support for mini.icons (#439) 2024-07-05 15:13:10 -07:00
config.lua feat: case insensitive sorting (#429) 2024-07-01 11:41:04 -07: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: allow bufnr optional parameter for get_current_dir function (#440) 2024-07-06 16:24:33 -07:00
keymap_util.lua fix: vim.notify call error 2024-06-11 06:27:39 -05:00
layout.lua feat: support preview from floating window (#403) 2024-06-19 21:23:30 -04: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
types.lua feat: rename experimental_watch_for_changes -> watch_for_changes 2024-07-01 11:34:04 -07:00
util.lua fix: correctly check if mini.icons is actually setup (#441) 2024-07-06 16:20:44 -07:00
view.lua fix: ensure win_options are being set on correct window (#469) 2024-08-28 17:54:03 -07:00