diff --git a/config/nvim/lua/core/plugin_config/null_ls.lua b/config/nvim/lua/core/plugin_config/null_ls.lua index 1335db9d..af91a986 100644 --- a/config/nvim/lua/core/plugin_config/null_ls.lua +++ b/config/nvim/lua/core/plugin_config/null_ls.lua @@ -10,7 +10,6 @@ null_ls.setup({ formatting.prettier, formatting.stylua, formatting.csharpier, - formatting.clang_format, diagnostics.cpplint, }, on_attach = function(client, bufnr) diff --git a/modules/desktop/xmonad/default.nix b/modules/desktop/xmonad/default.nix index cf3d7f80..b4a39774 100644 --- a/modules/desktop/xmonad/default.nix +++ b/modules/desktop/xmonad/default.nix @@ -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 = {