format plugins file
This commit is contained in:
parent
49edb9e202
commit
8fa2f0f0e1
@ -106,7 +106,7 @@ return require('packer').startup(function()
|
|||||||
{ 'f3fora/cmp-spell' },
|
{ 'f3fora/cmp-spell' },
|
||||||
{ 'hrsh7th/cmp-emoji' },
|
{ 'hrsh7th/cmp-emoji' },
|
||||||
{ 'hrsh7th/cmp-cmdline' },
|
{ 'hrsh7th/cmp-cmdline' },
|
||||||
{ 'dmitmel/cmp-cmdline-history'},
|
{ 'dmitmel/cmp-cmdline-history' },
|
||||||
{ 'ray-x/cmp-treesitter' },
|
{ 'ray-x/cmp-treesitter' },
|
||||||
{ 'hrsh7th/cmp-nvim-lsp-signature-help' },
|
{ 'hrsh7th/cmp-nvim-lsp-signature-help' },
|
||||||
{ 'p00f/clangd_extensions.nvim' },
|
{ 'p00f/clangd_extensions.nvim' },
|
||||||
@ -160,7 +160,7 @@ return require('packer').startup(function()
|
|||||||
requires = {
|
requires = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'kyazdani42/nvim-web-devicons',
|
'kyazdani42/nvim-web-devicons',
|
||||||
{'MunifTanjim/nui.nvim', module='nui'},
|
{ 'MunifTanjim/nui.nvim', module = 'nui' },
|
||||||
},
|
},
|
||||||
config = get_setup('neo-tree'),
|
config = get_setup('neo-tree'),
|
||||||
opt = true,
|
opt = true,
|
||||||
@ -231,7 +231,7 @@ return require('packer').startup(function()
|
|||||||
{ 'n', '<S-F11>' }
|
{ 'n', '<S-F11>' }
|
||||||
},
|
},
|
||||||
-- module = 'dap',
|
-- module = 'dap',
|
||||||
config = function ()
|
config = function()
|
||||||
require('setup/my_dap')
|
require('setup/my_dap')
|
||||||
end,
|
end,
|
||||||
opt = true,
|
opt = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user