format lua files
This commit is contained in:
@@ -45,7 +45,8 @@ return require('packer').startup(function()
|
||||
{ 'nvim-lua/popup.nvim' },
|
||||
{ 'nvim-lua/plenary.nvim' },
|
||||
{ 'kyazdani42/nvim-web-devicons' },
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim',
|
||||
run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
|
||||
},
|
||||
config = get_setup('telescope'),
|
||||
})
|
||||
@@ -84,19 +85,19 @@ return require('packer').startup(function()
|
||||
use({
|
||||
'hrsh7th/nvim-cmp',
|
||||
requires = {
|
||||
{ 'hrsh7th/cmp-buffer'},
|
||||
{ 'hrsh7th/cmp-nvim-lsp'},
|
||||
{ 'L3MON4D3/LuaSnip'},
|
||||
{ 'saadparwaiz1/cmp_luasnip'},
|
||||
{ 'hrsh7th/cmp-nvim-lua'},
|
||||
{ 'octaltree/cmp-look'},
|
||||
{ 'hrsh7th/cmp-path'},
|
||||
{ 'hrsh7th/cmp-calc'},
|
||||
{ 'f3fora/cmp-spell'},
|
||||
{ 'hrsh7th/cmp-emoji'},
|
||||
{ 'hrsh7th/cmp-cmdline'},
|
||||
{ 'ray-x/cmp-treesitter'},
|
||||
{ 'hrsh7th/cmp-nvim-lsp-signature-help'}
|
||||
{ 'hrsh7th/cmp-buffer' },
|
||||
{ 'hrsh7th/cmp-nvim-lsp' },
|
||||
{ 'L3MON4D3/LuaSnip' },
|
||||
{ 'saadparwaiz1/cmp_luasnip' },
|
||||
{ 'hrsh7th/cmp-nvim-lua' },
|
||||
{ 'octaltree/cmp-look' },
|
||||
{ 'hrsh7th/cmp-path' },
|
||||
{ 'hrsh7th/cmp-calc' },
|
||||
{ 'f3fora/cmp-spell' },
|
||||
{ 'hrsh7th/cmp-emoji' },
|
||||
{ 'hrsh7th/cmp-cmdline' },
|
||||
{ 'ray-x/cmp-treesitter' },
|
||||
{ 'hrsh7th/cmp-nvim-lsp-signature-help' }
|
||||
},
|
||||
config = get_setup('cmp'),
|
||||
})
|
||||
@@ -199,12 +200,12 @@ return require('packer').startup(function()
|
||||
}
|
||||
use {
|
||||
'ggandor/leap.nvim',
|
||||
requires = {'tpope/vim-repeat'},
|
||||
requires = { 'tpope/vim-repeat' },
|
||||
config = get_setup('my_leap')
|
||||
}
|
||||
use {
|
||||
'mfussenegger/nvim-dap',
|
||||
requires = {'mfussenegger/nvim-dap-python'},
|
||||
requires = { 'mfussenegger/nvim-dap-python' },
|
||||
config = get_setup('my_dap')
|
||||
}
|
||||
if packer_bootstrap then
|
||||
|
||||
Reference in New Issue
Block a user