mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
neo-tree config
This commit is contained in:
parent
ad4bd079f9
commit
4f540a0a49
1 changed files with 12 additions and 0 deletions
|
|
@ -89,6 +89,18 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
config = function()
|
||||||
|
require("neo-tree").setup({
|
||||||
|
window = {
|
||||||
|
position = "left",
|
||||||
|
width = 20,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
{ "raichoo/purescript-vim" },
|
{ "raichoo/purescript-vim" },
|
||||||
{ "vmchale/dhall-vim" },
|
{ "vmchale/dhall-vim" },
|
||||||
{ "elixir-lang/vim-elixir" },
|
{ "elixir-lang/vim-elixir" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue