desktop
This commit is contained in:
parent
fe6b9468b1
commit
3d03041c34
3 changed files with 20 additions and 22 deletions
|
|
@ -24,6 +24,7 @@
|
|||
display-messages = true;
|
||||
display-inlay-hints = true;
|
||||
};
|
||||
soft-wrap.enable = true;
|
||||
};
|
||||
};
|
||||
languages = {
|
||||
|
|
@ -35,6 +36,10 @@
|
|||
command = "clang-format";
|
||||
args = [ "--style=file:/home/tao/Templates/clang-format" ];
|
||||
};
|
||||
indent = {
|
||||
tab-width = 8;
|
||||
unit = "\t";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "nix";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
-- local wezterm = require 'wezterm'
|
||||
return {
|
||||
font = wezterm.font 'FiraCode Nerd Font',
|
||||
color_scheme = "Dracula",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue