initial commit for dev-env

This commit is contained in:
pika 2024-08-17 20:25:24 +02:00
parent 9171060e62
commit a97049a1d1
26 changed files with 153 additions and 478 deletions

View file

@ -0,0 +1,22 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
mappings = {
["l"] = "open",
["o"] = "open",
["h"] = "close_node",
["C-v"] = "open_split",
},
},
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
-- "MunifTanjim/nui.nvim",
"3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
}
}
}
}