nvim-tree.lua/lua/nvim-tree
Eric 李 2d6e64dd8c
fix(#2794): sshfs compatibility (#2893)
* add type fallback for nil types

* add PR suggestions

* Update lua/nvim-tree/explorer/explore.lua

Co-authored-by: Alexander Courtis <alex@courtis.org>

* use type from fs_stat for sshfs compatibility

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-09-09 10:31:55 +10:00
..
actions fix(#2794): sshfs compatibility (#2893) 2024-09-09 10:31:55 +10:00
appearance feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
explorer fix(#2794): sshfs compatibility (#2893) 2024-09-09 10:31:55 +10:00
git feat(#2799): filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions (#2800) 2024-06-23 11:44:45 +10:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks chore: lua-language-server 3.9.1 -> 3.10.5 (#2898) 2024-09-08 14:40:17 +10:00
renderer doc(#2891): remove unused option hidden.enable 2024-09-01 14:52:25 +10:00
api.lua refactor(#2831): multi instance clipboard (#2869) 2024-08-25 12:49:46 +10:00
buffers.lua chore(#2731): neovim luadoc 0.10 compliance (#2786) 2024-06-01 15:24:03 +10:00
commands.lua feat(#2415): add :NvimTreeHiTest (#2664) 2024-02-11 14:41:40 +11:00
core.lua refactor(#2837): multi instance reload (#2885) 2024-09-01 15:50:03 +10:00
diagnostics.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
enum.lua feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
events.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
help.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
keymap.lua feat: add api.fs.copy.basename, default mapping ge (#2698) 2024-03-14 16:57:46 +11:00
legacy.lua feat: add update_focused_file.exclude (#2673) 2024-03-25 15:41:05 +11:00
lib.lua fix(#2878): nowrapscan prevents move from root (#2880) 2024-08-25 12:21:17 +10:00
log.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
node.lua feat(#2225): add renderer.hidden_display to show a summary of hidden files below the tree (#2856) 2024-08-10 11:36:30 +10:00
notify.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
utils.lua refactor(#2827): multi instance nvim-tree.live-filter (#2849) 2024-08-10 12:02:13 +10:00
view.lua fix(#2879): remove unnecessary tree window width setting to prevent unnecessary :wincmd = (#2881) 2024-08-25 13:23:28 +10:00
watcher.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00