neovim update

This commit is contained in:
2026-04-14 16:49:14 +02:00
parent 14f5cca0d9
commit 4e92bceb8f
9 changed files with 51 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
:S "split_with_window_picker"
:s "vsplit_with_window_picker"}}
:filesystem {:filtered_items {:visible true}
:follow_current_file true
:follow_current_file {:enabled true}
:window {:mappings {:/ "noop"
:g/ "fuzzy_finder"
:f "noop"
@@ -45,7 +45,7 @@
_ (do
(exec! [silent
!file -bL --mime `(.. "'" quoted_path "'")
| grep -qv "^text\\|^inode\\|^application/json"])
| grep -qv "^text\\|^inode\\|^application/json\\|^application/javascript"])
(if (= vim.v.shell_error 1)
((. (require :neo-tree.sources.filesystem.commands) :open_with_window_picker) state)
(exec! [silent