Skip to content

Commit

Permalink
vim: use my fork of vim-pasta that fixes an annoyance
Browse files Browse the repository at this point in the history
  • Loading branch information
mroavi committed Dec 27, 2021
1 parent cb84507 commit 8d09265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/mrv/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ M.setup = function()
use {'tpope/vim-surround'} -- provides mappings to easily delete, change and add such surroundings in pairs
use {'tpope/vim-repeat'} -- enable repeating supported plugin maps with "."
use {'pgdouyon/vim-evanesco'} -- automatically clears search highlight
use {'sickill/vim-pasta'} -- auto format pasted code
use {'~/repos/vim-pasta'} -- auto format pasted code
use {'wellle/targets.vim', config = function() require('mrv.plugins.targets') end} -- vim plugin that provides additional text objects
use {'yegappan/mru', config = function() require('mrv.plugins.mru') end} -- most recently used (MRU) vim plugin
use {'neovim/nvim-lspconfig', config = function() require('mrv.plugins.lspconfig') end} -- quickstart configurations for the Nvim LSP client
Expand Down

0 comments on commit 8d09265

Please sign in to comment.