feat: update flake configurations and add WoL for tsuba device
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
mode = mode;
|
||||
})
|
||||
mappings;
|
||||
# border = [
|
||||
# "╭"
|
||||
# "─"
|
||||
# "╮"
|
||||
# "│"
|
||||
# "╯"
|
||||
# "─"
|
||||
# "╰"
|
||||
# "│"
|
||||
# ];
|
||||
border = [
|
||||
"╭"
|
||||
"─"
|
||||
"╮"
|
||||
"│"
|
||||
"╯"
|
||||
"─"
|
||||
"╰"
|
||||
"│"
|
||||
];
|
||||
rawLua = lua: {
|
||||
"__raw" = ''
|
||||
${lua}
|
||||
@@ -124,6 +124,14 @@ in {
|
||||
pattern = "*.norg";
|
||||
command = "set conceallevel=3";
|
||||
}
|
||||
{
|
||||
event = [
|
||||
"BufEnter"
|
||||
"BufWinEnter"
|
||||
];
|
||||
pattern = "*.pest";
|
||||
command = "setlocal commentstring=//%s";
|
||||
}
|
||||
# {
|
||||
# event = ["BufEnter" "BufWinEnter"];
|
||||
# pattern = "*.sql";
|
||||
|
||||
Reference in New Issue
Block a user