fix lastplace nvim plugin

This commit is contained in:
Tobias Powalowski 2023-09-17 21:53:40 +02:00
parent ee852651f9
commit 55b8f0180c

View file

@ -1,3 +1,6 @@
# https://github.com/ethanholz/nvim-lastplace
# https://github.com/neovim/neovim/issues/16339
# modified to run as plugin
local fn = vim.fn local fn = vim.fn
local lastplace = {} local lastplace = {}