Skip to content

Commit

Permalink
Merge pull request #92 from redyf/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
redyf authored Jun 13, 2024
2 parents 4e0ff53 + 6092081 commit 98c0041
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 73 deletions.
2 changes: 1 addition & 1 deletion config/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};
};
};
nil_ls = {enable = true;};
nil-ls = {enable = true;};
tsserver = {
enable = false;
filetypes = ["javascript" "javascriptreact" "typescript" "typescriptreact"];
Expand Down
8 changes: 4 additions & 4 deletions config/utils/wakatime.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{pkgs, ...}: {
extraPlugins = with pkgs.vimPlugins; [
vim-wakatime
];
{
plugins.wakatime = {
enable = true;
};
}
124 changes: 56 additions & 68 deletions flake.lock

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

0 comments on commit 98c0041

Please sign in to comment.