master
Elias Almqvist 4 months ago
parent aae637ad76
commit ccd0755c8b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 1
      nix-darwin/home.nix
  2. 24
      nvchad/.config/nvim/lua/plugins/init.lua

@ -100,6 +100,7 @@
ghc ghc
haskell-language-server haskell-language-server
haskellPackages.cabal-install haskellPackages.cabal-install
haskellPackages.stack
# rust # rust
rustc rustc

@ -113,9 +113,9 @@ local plugins = {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
dependencies = { -- dependencies = {
"JoosepAlviste/nvim-ts-context-commentstring", -- "JoosepAlviste/nvim-ts-context-commentstring",
}, -- },
opts = { opts = {
ensure_installed = { ensure_installed = {
"vim", "vim",
@ -149,15 +149,15 @@ local plugins = {
-- end, -- end,
}, },
{ -- {
"numToStr/Comment.nvim", -- "numToStr/Comment.nvim",
dependencies = "JoosepAlviste/nvim-ts-context-commentstring", -- dependencies = "JoosepAlviste/nvim-ts-context-commentstring",
config = function() -- config = function()
require("Comment").setup({ -- require("Comment").setup({
pre_hook = require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook(), -- pre_hook = require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook(),
}) -- })
end, -- end,
}, -- },
-- To make a plugin not be loaded -- To make a plugin not be loaded
-- { -- {

Loading…
Cancel
Save