feat(plugins): small clean up
This commit is contained in:
parent
fab75c9f32
commit
0e578c1d03
1 changed files with 1 additions and 2 deletions
|
@ -118,6 +118,7 @@ return packer.startup(function()
|
|||
use({
|
||||
'L3MON4D3/LuaSnip',
|
||||
event = 'InsertEnter',
|
||||
disable = vim.tbl_contains(user_plugins.disable, 'autocomplete'),
|
||||
})
|
||||
|
||||
-- autocompletion
|
||||
|
@ -132,7 +133,6 @@ return packer.startup(function()
|
|||
{ 'hrsh7th/cmp-nvim-lua', after = 'cmp-buffer' },
|
||||
{ 'hrsh7th/cmp-path', after = 'cmp-nvim-lua' },
|
||||
},
|
||||
disable = vim.tbl_contains(user_plugins.disable, 'autocomplete'),
|
||||
after = 'LuaSnip',
|
||||
})
|
||||
|
||||
|
@ -142,7 +142,6 @@ return packer.startup(function()
|
|||
require('cosmic.lsp.autocomplete').autopairs()
|
||||
end,
|
||||
after = 'nvim-cmp',
|
||||
disable = vim.tbl_contains(user_plugins.disable, 'autocomplete'),
|
||||
})
|
||||
|
||||
-- git commands
|
||||
|
|
Loading…
Add table
Reference in a new issue