🚧 Adj nvim config nvim-dap-ui/save folds adj
This commit is contained in:
parent
d653c2870e
commit
7f81bf9d7c
4 changed files with 8 additions and 4 deletions
|
|
@ -111,7 +111,7 @@ vim.api.nvim_create_autocmd('BufReadPost', {
|
|||
vim.cmd([[
|
||||
augroup remember_folds
|
||||
autocmd!
|
||||
autocmd BufWinLeave ?* mkview 1
|
||||
autocmd BufWinEnter ?* silent! loadview 1
|
||||
autocmd BufWinLeave *.* mkview
|
||||
autocmd BufWinEnter *.* silent! loadview
|
||||
augroup END
|
||||
]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue