diff options
Diffstat (limited to 'neovim/lua/plugins/lastplace.lua')
-rw-r--r-- | neovim/lua/plugins/lastplace.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/neovim/lua/plugins/lastplace.lua b/neovim/lua/plugins/lastplace.lua new file mode 100644 index 0000000..52d96cc --- /dev/null +++ b/neovim/lua/plugins/lastplace.lua @@ -0,0 +1 @@ +require('nvim-lastplace').setup() |