master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 474fe4cb44 - Show all commits

View File

@@ -54,7 +54,6 @@ api.nvim_create_autocmd({ 'BufRead', 'BufNewFile' }, {
-- Read and write shada file
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(