feature: style update, waybar update, funny fastfetch update and other fixes

This commit is contained in:
2026-06-19 13:57:23 +03:00
parent 9d23965acc
commit 50d5c4fbd9
222 changed files with 8109 additions and 1219 deletions
+19
View File
@@ -0,0 +1,19 @@
return {
{
"mrsobakin/multilayout.nvim",
opts = {
layouts = {
ru = "ru",
},
use_libukb = false,
},
},
{
"Wansmer/langmapper.nvim",
lazy = false,
priority = 1,
config = function()
require("langmapper").setup({})
end,
},
}