💥 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" } },
|
||||
})
|
||||
use({ "tpope/vim-fugitive" })
|
||||
use({ "ethanholz/nvim-lastplace" })
|
||||
use({
|
||||
"iamcco/markdown-preview.nvim",
|
||||
run = function()
|
||||
|
|
@ -47,7 +46,7 @@ return require("packer").startup(function(use)
|
|||
})
|
||||
-- use({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" }, })
|
||||
use({ "junegunn/fzf.vim" })
|
||||
use(" rinx/nvim-ripgrep" )
|
||||
use("rinx/nvim-ripgrep" )
|
||||
use({ "mbbill/undotree" })
|
||||
use({
|
||||
"debugloop/telescope-undo.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue