diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:43:45 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-21 22:44:06 -0500 |
| commit | b289c88c8af8f35faf16ccc4fbb0af7798d2316a (patch) | |
| tree | da9908ca8312cce48863ecd33d8e3e09a64efc5c /lua/tjk/plugins/colorizer.lua | |
| parent | a1991e505485abe9425560714d45b1fe1b2a7cfe (diff) | |
| download | nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.tar.xz nvim-b289c88c8af8f35faf16ccc4fbb0af7798d2316a.zip | |
get rid of lazy.nvim in favor of natively installed packages. some general refactoring
Diffstat (limited to 'lua/tjk/plugins/colorizer.lua')
| -rw-r--r-- | lua/tjk/plugins/colorizer.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/tjk/plugins/colorizer.lua b/lua/tjk/plugins/colorizer.lua deleted file mode 100644 index 888a6a7..0000000 --- a/lua/tjk/plugins/colorizer.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - "norcalli/nvim-colorizer.lua", -- css color highlighter - enabled = vim.opt.termguicolors._value, - opts = { - "css", - "scss", - "sass", - "javascript", - "html", - "svelte", - } -} |
