feature: style update, waybar update, funny fastfetch update and other fixes
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user