fix lastplace nvim plugin

This commit is contained in:
Tobias Powalowski 2023-09-17 21:55:13 +02:00
parent 55b8f0180c
commit a9ce1860b4

View file

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