Change postion of file explorer to floating.
This commit is contained in:
parent
b9dd6524a7
commit
a9e26f3040
|
@ -11,6 +11,9 @@ return
|
|||
config = function ()
|
||||
vim.keymap.set('n', '<leader>o', ':Neotree<CR>', { desc = 'Open file browser' })
|
||||
require("neo-tree").setup({
|
||||
window = {
|
||||
position = "float",
|
||||
},
|
||||
-- Neotree config
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue