Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
77317c2dfd
6 changed files with 89 additions and 31 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue