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: comments in scheme

+1 -1
+1 -1
nvim/lua/plugins.lua
··· 238 238 ft = { "hy", "scheme", "scm", "clojure", "fennel", "janet", "lisp", "python", "lua" }, 239 239 lazy = true, 240 240 config = function() 241 - vim.g.parinfer_comment_chars = { ";", "#" } 241 + vim.g.parinfer_comment_chars = { ";" } 242 242 vim.g.parinfer_force_balance = true 243 243 end 244 244 }, -- ))))))