update terminal
This commit is contained in:
parent
e5b415904c
commit
2c7bf35af0
3 changed files with 11 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
alejandra
|
||||
stylua
|
||||
black
|
||||
clang-tools
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
|
|
@ -160,6 +161,8 @@
|
|||
json = ["prettier"];
|
||||
jsonc = ["prettier"];
|
||||
fish = ["fish_indent"];
|
||||
c = ["clang-format"];
|
||||
cpp = ["clang-format"];
|
||||
};
|
||||
|
||||
# Default formatting options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue