Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2021-09-20 10:12:13 -07:00
commit 77317c2dfd
6 changed files with 89 additions and 31 deletions

View file

@ -73,10 +73,7 @@ return require('packer').startup(function()
require('lsp').cmp()
end,
requires = { -- nvim-cmp sources
-- snippet integration
-- "hrsh7th/cmp-vsnip",
"saadparwaiz1/cmp_luasnip",
"saadparwaiz1/cmp_luasnip", --luasnip integration
"hrsh7th/cmp-path",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
@ -138,14 +135,9 @@ return require('packer').startup(function()
}
use { -- Smooth Scrolling
"karb94/neoscroll.nvim",
-- disable = not plugin_status.neoscroll,
-- opt = true,
-- config = function()
-- require("plugins.configs.others").neoscroll()
-- end,
-- setup = function()
-- require("core.utils").packer_lazy_load "neoscroll.nvim"
-- end,
config = function()
require('other').neoscroll()
end,
}
use { -- automatic session management
'rmagatti/auto-session',