🎨 Style(wezterm): make wezterm-types a dependency of lazydev
This commit is contained in:
@@ -97,6 +97,11 @@ M.hardtime = {
|
|||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--- LazyDev plugin dependencies
|
||||||
|
M.lazydev = {
|
||||||
|
'gonstoll/wezterm-types',
|
||||||
|
}
|
||||||
|
|
||||||
--- LazyGit plugin dependencies
|
--- LazyGit plugin dependencies
|
||||||
M.lazygit = {
|
M.lazygit = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ return {
|
|||||||
{
|
{
|
||||||
'folke/lazydev.nvim',
|
'folke/lazydev.nvim',
|
||||||
opts = require('data.types').lazydev.opts,
|
opts = require('data.types').lazydev.opts,
|
||||||
|
dependencies = require('data.deps').lazydev,
|
||||||
},
|
},
|
||||||
-- { -- G-code
|
-- { -- G-code
|
||||||
-- 'wilriker/gcode.vim',
|
-- 'wilriker/gcode.vim',
|
||||||
|
|||||||
Reference in New Issue
Block a user