mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-19 03:36:42 -07:00
Merge pull request 'open neotree on the right' (#14) from neotree-open-right into main
Reviewed-on: #14
This commit is contained in:
commit
8d6d972b8e
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ return {
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("neo-tree").setup({
|
require("neo-tree").setup({
|
||||||
|
window = {
|
||||||
|
position = "right",
|
||||||
|
},
|
||||||
filesystem = {
|
filesystem = {
|
||||||
filtered_items = {
|
filtered_items = {
|
||||||
visible = true,
|
visible = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue