santi setup
This commit is contained in:
parent
1860184830
commit
732d726e7b
5 changed files with 199 additions and 104 deletions
|
|
@ -12,6 +12,13 @@ return {
|
|||
cmd = 'Neotree',
|
||||
keys = {
|
||||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' },
|
||||
{
|
||||
'<leader>ge',
|
||||
function()
|
||||
require('neo-tree.command').execute { source = 'git_status', toggle = true }
|
||||
end,
|
||||
desc = 'Git Explorer',
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
|
|
@ -22,4 +29,7 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require('neo-tree').setup(opts)
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue