Skip to content

Commit

Permalink
2024/07/21-01:24:35
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 20, 2024
1 parent 269c898 commit 2f18cd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@
indent-blankline.enable = true;
lastplace.enable = true;
treesitter.enable = true;
treesitter-context.enable = true;
cmp.enable = true;
nvim-autopairs.enable = true;
cmp.enable = true;
lsp = {
enable = true;
servers = {
nixd.enable = true;
};
servers = { };
};
};
};
Expand Down

0 comments on commit 2f18cd0

Please sign in to comment.