move tpope/vim-surround
This commit is contained in:
parent
c21cec990b
commit
c521beb79b
6
init.lua
6
init.lua
|
@ -67,9 +67,6 @@ vim.opt.rtp:prepend(lazypath)
|
|||
require('lazy').setup({
|
||||
-- NOTE: First, some plugins that don't require any configuration
|
||||
|
||||
-- Vim Surround for easier editing
|
||||
'tpope/vim-surround',
|
||||
|
||||
-- Git related plugins
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
|
@ -218,6 +215,9 @@ require('lazy').setup({
|
|||
-- require 'kickstart.plugins.autoformat',
|
||||
-- require 'kickstart.plugins.debug',
|
||||
|
||||
-- Vim Surround for easier editing
|
||||
'tpope/vim-surround',
|
||||
|
||||
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
||||
-- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping
|
||||
-- up-to-date with whatever is in the kickstart repo.
|
||||
|
|
Loading…
Reference in New Issue