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