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()
|
||||
-- Map :PS to :PackerSync
|
||||
vim.cmd 'command! PS PackerSync'
|
||||
require("packer").init({
|
||||
autoremove = true,
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
|
@ -260,6 +263,7 @@ return require('packer').startup({function()
|
|||
}
|
||||
use { -- neoscroll: Smooth Scrolling
|
||||
'karb94/neoscroll.nvim',
|
||||
disable = true,
|
||||
config = function()
|
||||
require('blake.other').neoscroll()
|
||||
end,
|
||||
|
|
Loading…
Add table
Reference in a new issue