Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

NVIM: add nvim-paredit-scheme, treesitter-context

+9
+9
nvim/lua/plugins.lua
··· 75 75 version = false, 76 76 dependencies = { 77 77 "nvim-treesitter/nvim-treesitter-textobjects", 78 + "nvim-treesitter/nvim-treesitter-context", 78 79 }, 79 80 }, -- Git stuff 80 81 -- GitGutter, shows inline difs ··· 284 285 dependencies = { "julienvincent/nvim-paredit" }, 285 286 ft = { "fennel" }, 286 287 config = true, 288 + }, 289 + { 290 + "ekaitz-zarraga/nvim-paredit-scheme", 291 + lazy = true, 292 + ft = { "scheme" }, 293 + config = function() 294 + require("nvim-paredit-scheme").setup(require("nvim-paredit")) 295 + end, 287 296 }, 288 297 { "hiphish/rainbow-delimiters.nvim" }, 289 298 --{ "gpanders/nvim-parinfer", ft = { "scheme", "scm", "lisp", "fennel", "clojure", "lua", "janet" } },