more cleanup
This commit is contained in:
parent
003d871cdd
commit
0a859f314e
3 changed files with 12 additions and 11 deletions
|
|
@ -3,6 +3,14 @@
|
|||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
{
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require('nvim-web-devicons').setup()
|
||||
end,
|
||||
},
|
||||
{ import = 'custom.plugins.completion' },
|
||||
{ import = 'custom.plugins.debug' },
|
||||
{ import = 'custom.plugins.formatting' },
|
||||
|
|
@ -11,8 +19,4 @@ return {
|
|||
{ import = 'custom.plugins.telescope' },
|
||||
{ import = 'custom.plugins.theme' },
|
||||
{ import = 'custom.plugins.treesitter' },
|
||||
{
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
lazy = true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue