use something else for shada
This commit is contained in:
@ -46,7 +46,8 @@ api.nvim_create_autocmd({ 'BufRead', 'BufNewFile' }, {
|
||||
})
|
||||
|
||||
-- Read and write shada file
|
||||
api.nvim_create_autocmd({ 'FocusGained', 'FocusLost' }, { command = [[rshada | wshada]] })
|
||||
api.nvim_create_autocmd({ 'FocusLost' }, { command = [[wshada]] })
|
||||
api.nvim_create_autocmd({ 'FocusGained' }, { command = [[rshada]] })
|
||||
|
||||
-- go to last loc when opening a buffer
|
||||
api.nvim_create_autocmd(
|
||||
|
Reference in New Issue
Block a user