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.

Fix unbalanced brace in plugins, add delta + difftastic

+3 -1
+2
default-home.nix
··· 54 54 rclone 55 55 unstable.vis 56 56 bubblewrap 57 + unstable.delta 58 + unstable.difftastic 57 59 58 60 # Dev tools 59 61 gcc
+1 -1
nvim/lua/plugins.lua
··· 258 258 lazy = true, 259 259 ft = { "hy", "scheme", "scm", "clojure", "fennel", "janet", "lisp", "python", "lua" } 260 260 }, 261 - { "hiphish/rainbow-delimiters.nvim", priority = 1050, ft = {"scheme", "scm", "clojure", "janet", "lisp"}, 261 + { "hiphish/rainbow-delimiters.nvim", priority = 1050, ft = {"scheme", "scm", "clojure", "janet", "lisp"}}, 262 262 -- Conjure, lisp is magical 263 263 { 264 264 "Olical/conjure",