Switch neotree and outline around
This commit is contained in:
parent
977c5aa769
commit
75917bd441
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
return function()
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
position = "right";
|
||||
width = 25;
|
||||
};
|
||||
filesystem = {
|
||||
|
|
|
@ -2,6 +2,7 @@ return function()
|
|||
vim.keymap.set("n", "<leader>o", "<cmd>OutlineOpen<CR><cmd>OutlineFocus<CR>", { desc = "Toggle Outline" })
|
||||
require("outline").setup {
|
||||
outline_window = {
|
||||
position = "left";
|
||||
width = 20;
|
||||
relative_width = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue