Skip to content

Struggling to work with neo-tree #269

Answered by exformation
exformation asked this question in Q&A
Discussion options

You must be logged in to vote

Typos ... ended up with something like this

return {
  'rmagatti/auto-session',
  config = function()
    vim.o.sessionoptions = 'blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions'
    vim.keymap.set('n', '<leader>p', require('auto-session.session-lens').search_session)
    require('auto-session').setup {
      pre_save_cmds = { 'Neotree close' },
      post_restore_cmds = { 'Neotree filesystem show' },
    }
  end,
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dank-foss
Comment options

Answer selected by exformation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants