Update 2025-06-17

This commit is contained in:
2025-06-17 17:09:27 +03:00
parent 30c2c87596
commit 63d5cde0fd
6 changed files with 60 additions and 23 deletions

View File

@@ -16,6 +16,8 @@ return {
"htmldjango",
"conf",
"rust",
"kdl",
"ini",
},
user_default_options = {
RGB = true, -- #RGB hex codes

View File

@@ -34,6 +34,14 @@ return {
discriminantHints = { enable = "always" },
rangeExclusiveHints = { enable = true },
},
procMacro = {
ignored = {
leptos_macro = {
"component",
"server",
},
},
},
},
},
},

1
lua/plugins/wakatime.lua Normal file
View File

@@ -0,0 +1 @@
return { "wakatime/vim-wakatime", lazy = false }