Skip to content

Commit

Permalink
Revert "session 닫을 때 NvimTreeClose, symbols-outline 은 문제가 있어서 처리"
Browse files Browse the repository at this point in the history
This reverts commit 6a2787e.

NvimTreeClose 도 문제가 있음
  • Loading branch information
deptno committed Oct 4, 2023
1 parent 6a2787e commit cf9c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/custom/configs/vim-startify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ vim.g.startify_update_oldfiles = 1
vim.g.startify_session_persistence = 1
vim.g.startify_session_autoload = 1
vim.g.startify_enable_special = 0
vim.g.startify_session_before_save = { 'NvimTreeClose' }
-- vim.g.startify_session_before_save = { 'NvimTreeClose' }
vim.g.startify_bookmarks = {
{ bz = '~/.zshrc' },
{ bg = '~/.gitconfig' },
Expand Down

0 comments on commit cf9c4a9

Please sign in to comment.