Skip to content

Commit

Permalink
Auto lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
redyf authored and github-actions[bot] committed Feb 10, 2024
1 parent 1e3ca2d commit 5a1fcef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions config/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
enable = true;
capabilities = "offsetEncoding = 'utf-16'";
servers = {
clangd = {enable = true;};
clangd = { enable = true; };
lua-ls = {
enable = true;
extraOptions = {
Expand All @@ -23,14 +23,14 @@
};
};
};
nil_ls = {enable = true;};
nil_ls = { enable = true; };
tsserver = {
enable = false;
filetypes = ["javascript" "javascriptreact" "typescript" "typescriptreact"];
filetypes = [ "javascript" "javascriptreact" "typescript" "typescriptreact" ];
};
eslint = {enable = true;};
pyright = {enable = true;};
ruff-lsp = {enable = true;};
eslint = { enable = true; };
pyright = { enable = true; };
ruff-lsp = { enable = true; };

rust-analyzer = {
enable = true;
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a1fcef

Please sign in to comment.