Added base folke setup
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
return {
|
||||
cmd = "Neotree",
|
||||
config = function()
|
||||
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
|
||||
cmd = "Neotree",
|
||||
config = function()
|
||||
vim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])
|
||||
|
||||
require("neo-tree").setup({filesystem = {follow_current_file = true}})
|
||||
end,
|
||||
require("neo-tree").setup({ filesystem = { follow_current_file = true } })
|
||||
end,
|
||||
}
|
||||
|
Reference in New Issue
Block a user