Skip to content

joshddunn/nvim-scss-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nvim-scss-variables

Replaces hex colors with a scss variable if it exists.

Installation

ripgrep needs to be installed on your system.

Lazy

{
  "joshddunn/nvim-scss-variables",
  config = function()
    require("nvim-scss-variables").setup()
  end
}

About

Replace hex colors with scss variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages