From b4b45a5456bba0787be1cbc10a31eb68a2fb5f2b Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Sat, 1 Mar 2025 12:47:45 +0300 Subject: [PATCH] feat(local-dev): add tcl and tk --- dotfiles/nvim/lua/plugins/init.lua | 21 +++++++++++---------- machines/ace/home.nix | 2 ++ modules/local-dev.nix | 2 ++ 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/dotfiles/nvim/lua/plugins/init.lua b/dotfiles/nvim/lua/plugins/init.lua index 00d3a3a..6181d31 100644 --- a/dotfiles/nvim/lua/plugins/init.lua +++ b/dotfiles/nvim/lua/plugins/init.lua @@ -104,6 +104,7 @@ return { "phpdoc", "python", "rust", + "tcl", "templ", "toml", "tsx", @@ -120,20 +121,20 @@ return { opts = { filetypes = { "*" }, user_default_options = { - RGB = true, -- #RGB hex codes - RRGGBB = true, -- #RRGGBB hex codes - names = true, -- "Name" codes like Blue or blue - RRGGBBAA = false, -- #RRGGBBAA hex codes - AARRGGBB = false, -- 0xAARRGGBB hex codes - rgb_fn = true, -- CSS rgb() and rgba() functions - hsl_fn = true, -- CSS hsl() and hsla() functions - css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB - css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn + RGB = true, -- #RGB hex codes + RRGGBB = true, -- #RRGGBB hex codes + names = true, -- "Name" codes like Blue or blue + RRGGBBAA = false, -- #RRGGBBAA hex codes + AARRGGBB = false, -- 0xAARRGGBB hex codes + rgb_fn = true, -- CSS rgb() and rgba() functions + hsl_fn = true, -- CSS hsl() and hsla() functions + css = true, -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB + css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn -- Available modes for `mode`: foreground, background, virtualtext mode = "background", -- Set the display mode. -- Available methods are false / true / "normal" / "lsp" / "both" -- True is same as normal - tailwind = true, -- Enable tailwind colors + tailwind = true, -- Enable tailwind colors -- parsers can contain values used in |user_default_options| sass = { enable = false, parsers = { "css" } }, -- Enable sass colors virtualtext = "■", diff --git a/machines/ace/home.nix b/machines/ace/home.nix index 1306439..0083829 100644 --- a/machines/ace/home.nix +++ b/machines/ace/home.nix @@ -91,6 +91,8 @@ ruff-lsp stylelint symfony-cli + tcl-9_0 + tk-9_0 tree-sitter virt-manager yarn diff --git a/modules/local-dev.nix b/modules/local-dev.nix index 03a7b3f..570eb8e 100644 --- a/modules/local-dev.nix +++ b/modules/local-dev.nix @@ -113,6 +113,8 @@ stdenvNoCC stylelint symfony-cli + tcl-9_0 + tk-9_0 tree-sitter virt-manager yarn