move lazydev opts to types.lua
This commit is contained in:
+1
-11
@@ -24,17 +24,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'folke/lazydev.nvim',
|
'folke/lazydev.nvim',
|
||||||
opts = {
|
opts = require('data.types').lazydev.opts,
|
||||||
library = {
|
|
||||||
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
|
|
||||||
{ path = 'LazyVim', words = { 'LazyVim' } },
|
|
||||||
{ path = 'snacks.nvim', words = { 'Snacks' } },
|
|
||||||
{ path = 'lazy.nvim', words = { 'LazyVim' } },
|
|
||||||
-- Load the wezterm types when the `wezterm` module is required
|
|
||||||
-- Needs `justinsgithub/wezterm-types` to be installed
|
|
||||||
{ path = 'wezterm-types', mods = { 'wezterm' } },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{ -- G-code
|
{ -- G-code
|
||||||
'wilriker/gcode.vim',
|
'wilriker/gcode.vim',
|
||||||
|
|||||||
Reference in New Issue
Block a user