feat: Initial commit

This commit is contained in:
Xavier Logerais
2023-05-11 18:41:27 +02:00
commit bc865e43e0
8 changed files with 140 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
close_if_last_window = true,
window = { width = 50 },
}
}
}