Skip to content

kola-web/blink-alias-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink-alias-path

support webpack alias path

preview

Features

  1. support for alias path

Quick Start

return {
  {
    "saghen/blink.cmp",
    dependencies = {
      "xieyonn/blink-cmp-dat-word",
    },
    opts = {
      sources = {
        default = { 'aliasPath' },
        providers = {
          aliasPath = {
            name = 'aliasPath',
            module = 'blink-alias-path',
            opts = {
              ignore_root_slash = false,
              path_mappings = {
                ['@'] = '${folder}/src',
                ['/'] = '${folder}/src/',
              },
            },
          },
        },
      },
    },
  },
}

About

alias path source for blink-cmp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages