diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index daa9295..e463fd5 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -100,6 +100,7 @@ ghc haskell-language-server haskellPackages.cabal-install + haskellPackages.stack # rust rustc diff --git a/nvchad/.config/nvim/lua/plugins/init.lua b/nvchad/.config/nvim/lua/plugins/init.lua index d3097a5..b16ee02 100644 --- a/nvchad/.config/nvim/lua/plugins/init.lua +++ b/nvchad/.config/nvim/lua/plugins/init.lua @@ -113,9 +113,9 @@ local plugins = { { "nvim-treesitter/nvim-treesitter", - dependencies = { - "JoosepAlviste/nvim-ts-context-commentstring", - }, + -- dependencies = { + -- "JoosepAlviste/nvim-ts-context-commentstring", + -- }, opts = { ensure_installed = { "vim", @@ -149,15 +149,15 @@ local plugins = { -- end, }, - { - "numToStr/Comment.nvim", - dependencies = "JoosepAlviste/nvim-ts-context-commentstring", - config = function() - require("Comment").setup({ - pre_hook = require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook(), - }) - end, - }, + -- { + -- "numToStr/Comment.nvim", + -- dependencies = "JoosepAlviste/nvim-ts-context-commentstring", + -- config = function() + -- require("Comment").setup({ + -- pre_hook = require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook(), + -- }) + -- end, + -- }, -- To make a plugin not be loaded -- {