Update from work I did on laptop

This commit is contained in:
2025-12-22 10:46:59 -06:00
parent 18cfd8b174
commit e4f1fe8e05
8 changed files with 62 additions and 12 deletions

View File

@@ -44,6 +44,18 @@ return {
{ name = 'nvim_lsp_signature_help' },
{ name = 'nvim_lua' },
{ name = 'nerdfont' },
{
name = 'path',
option = {
pathMappings = {
['@'] = '${folder}/src',
['/'] = '${folder}/src/public/',
['~'] = '${folder}/src',
-- ['/images'] = '${folder}/src/images',
-- ['/components'] = '${folder}/src/components',
},
},
},
{ name = 'emoji' },
{ name = 'npm' },
{ name = 'cmp-tw2css' },