added hlargs
This commit is contained in:
parent
f9888e9c2a
commit
d7b2cc3156
@ -187,6 +187,11 @@ return require('packer').startup(function()
|
|||||||
'stevearc/aerial.nvim',
|
'stevearc/aerial.nvim',
|
||||||
config = get_setup('aerial')
|
config = get_setup('aerial')
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'm-demare/hlargs.nvim',
|
||||||
|
requires = { 'nvim-treesitter/nvim-treesitter' },
|
||||||
|
config = get_setup('my_hlargs')
|
||||||
|
}
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
1
lua/setup/my_hlargs.lua
Normal file
1
lua/setup/my_hlargs.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('hlargs').setup()
|
Loading…
x
Reference in New Issue
Block a user