This commit is contained in:
Sakooooo 2023-07-21 22:06:12 +03:00
parent 85d302f834
commit 78e728a46f
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ null_ls.setup({
formatting.prettier,
formatting.stylua,
formatting.csharpier,
formatting.clang_format,
diagnostics.cpplint,
},
on_attach = function(client, bufnr)

View file

@ -18,7 +18,7 @@ in
ghcArgs = [
"-hidir /tmp" # place interface files in /tmp, otherwise ghc tries to write them to the nix store
"-odir /tmp" # place object files in /tmp, otherwise ghc tries to write them to the nix store
"-i${xmonad-contexts}" # tell ghc to search in the respective nix store path for the module
# "-i${xmonad-contexts}" # tell ghc to search in the respective nix store path for the module
];
};
displayManager = {