mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-06-17
This commit is contained in:
@@ -16,6 +16,8 @@ return {
|
||||
"htmldjango",
|
||||
"conf",
|
||||
"rust",
|
||||
"kdl",
|
||||
"ini",
|
||||
},
|
||||
user_default_options = {
|
||||
RGB = true, -- #RGB hex codes
|
||||
|
||||
@@ -34,6 +34,14 @@ return {
|
||||
discriminantHints = { enable = "always" },
|
||||
rangeExclusiveHints = { enable = true },
|
||||
},
|
||||
procMacro = {
|
||||
ignored = {
|
||||
leptos_macro = {
|
||||
"component",
|
||||
"server",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
1
lua/plugins/wakatime.lua
Normal file
1
lua/plugins/wakatime.lua
Normal file
@@ -0,0 +1 @@
|
||||
return { "wakatime/vim-wakatime", lazy = false }
|
||||
Reference in New Issue
Block a user