Initial commit, copied setup from nixos config

This commit is contained in:
EsVagy42 2025-03-02 13:27:22 +00:00
commit 477100a830
6 changed files with 314 additions and 0 deletions

1
config/lsp-format.nix Normal file
View file

@ -0,0 +1 @@
{ plugins = { lsp-format = { enable = true; }; }; }