nvim: disable neoscroll and enable packer autoremove plugins
This commit is contained in:
parent
4821c37c7c
commit
386de6da17
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,9 @@ return require('packer').startup({function()
|
||||||
config = function()
|
config = function()
|
||||||
-- Map :PS to :PackerSync
|
-- Map :PS to :PackerSync
|
||||||
vim.cmd 'command! PS PackerSync'
|
vim.cmd 'command! PS PackerSync'
|
||||||
|
require("packer").init({
|
||||||
|
autoremove = true,
|
||||||
|
})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -260,6 +263,7 @@ return require('packer').startup({function()
|
||||||
}
|
}
|
||||||
use { -- neoscroll: Smooth Scrolling
|
use { -- neoscroll: Smooth Scrolling
|
||||||
'karb94/neoscroll.nvim',
|
'karb94/neoscroll.nvim',
|
||||||
|
disable = true,
|
||||||
config = function()
|
config = function()
|
||||||
require('blake.other').neoscroll()
|
require('blake.other').neoscroll()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue