added a file manager

This commit is contained in:
2026-04-08 03:51:58 +02:00
parent fdb4f984d6
commit 6ba53cf1e3
3 changed files with 16 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ end
-- Das Hauptmenü
function M.open()
local lines = {
" Mono VIM - 0.16",
" Mono VIM - 0.17",
"========================",
"",
" [n] New File",
@@ -64,4 +64,4 @@ function M.open()
draw_menu(lines, keys)
end
return M
return M

View File

@@ -6,4 +6,5 @@ return {
"williamboman/mason-lspconfig.nvim",
"tpope/vim-fugitive",
"echasnovski/mini.nvim",
"stevearc/oil.nvim",
}