add python support, some keymap and options

This commit is contained in:
khaydarov 2025-06-12 18:06:08 +05:00
parent 098f430525
commit 215addfe5b
2 changed files with 14 additions and 0 deletions

View file

@ -16,6 +16,11 @@ return {
opts = {
popup_border_style = 'NC', -- or "" to use 'winborder' on Neovim v0.11+
filesystem = {
filtered_items = {
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
hide_dotfiles = false,
hide_gitignored = false,
},
window = {
mappings = {
['\\'] = 'close_window',