💥 Removed lastplace, no good with fzf
This commit is contained in:
parent
c6f9ead950
commit
2075dd144b
2 changed files with 1 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
require("nvim-lastplace").setup({})
|
|
||||||
|
|
@ -38,7 +38,6 @@ return require("packer").startup(function(use)
|
||||||
requires = { { "nvim-lua/plenary.nvim" } },
|
requires = { { "nvim-lua/plenary.nvim" } },
|
||||||
})
|
})
|
||||||
use({ "tpope/vim-fugitive" })
|
use({ "tpope/vim-fugitive" })
|
||||||
use({ "ethanholz/nvim-lastplace" })
|
|
||||||
use({
|
use({
|
||||||
"iamcco/markdown-preview.nvim",
|
"iamcco/markdown-preview.nvim",
|
||||||
run = function()
|
run = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue