okay
This commit is contained in:
parent
85d302f834
commit
78e728a46f
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ null_ls.setup({
|
||||||
formatting.prettier,
|
formatting.prettier,
|
||||||
formatting.stylua,
|
formatting.stylua,
|
||||||
formatting.csharpier,
|
formatting.csharpier,
|
||||||
formatting.clang_format,
|
|
||||||
diagnostics.cpplint,
|
diagnostics.cpplint,
|
||||||
},
|
},
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
|
|
|
@ -18,7 +18,7 @@ in
|
||||||
ghcArgs = [
|
ghcArgs = [
|
||||||
"-hidir /tmp" # place interface files in /tmp, otherwise ghc tries to write them to the nix store
|
"-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
|
"-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 = {
|
displayManager = {
|
||||||
|
|
Loading…
Reference in a new issue