Add autocmd to restore the cursor position across sessions

This commit is contained in:
2024-03-05 21:30:54 +00:00
parent a4b3d67216
commit b03171b93a
2 changed files with 25 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
require('settings')
require('mappings')
require('netrw')
require('autocmds')
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then