neo-tree config

This commit is contained in:
Bryan Ramos 2023-08-16 15:28:45 -04:00
parent ad4bd079f9
commit 4f540a0a49

View file

@ -89,6 +89,18 @@ return {
end,
},
{
"nvim-neo-tree/neo-tree.nvim",
config = function()
require("neo-tree").setup({
window = {
position = "left",
width = 20,
},
})
end,
},
{ "raichoo/purescript-vim" },
{ "vmchale/dhall-vim" },
{ "elixir-lang/vim-elixir" },