fix!: move all lazyvim extras into a single file
This is a necessary change to ensure they are loaded before any other plugins. Prevents a warning message at startup.
This commit is contained in:
@@ -5,15 +5,6 @@
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
return {
|
||||
{ -- DAP Core
|
||||
import = 'lazyvim.plugins.extras.dap.core',
|
||||
},
|
||||
{ -- DAP Neovim Lua Adapter
|
||||
import = 'lazyvim.plugins.extras.dap.nlua',
|
||||
},
|
||||
{ -- NeoTest
|
||||
import = 'lazyvim.plugins.extras.test.core',
|
||||
},
|
||||
{ -- Neotest Plenary
|
||||
'nvim-neotest/neotest-plenary',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user