Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
This is a small tool designed to emulate the Sublime style Command Palette as follows.
It requires the use of a specific extension to load the js file from this gist.
I'm using the APC extension, and the usage is as follows.
| -- THIS IS DEPRECATED, USE THE FILE BELOW | |
| -- should get bufnr from autocmd or something | |
| -- conceal only accepts one character | |
| -- thanks to u/Rafat913 for many suggestions and tips | |
| local namespace = vim.api.nvim_create_namespace("class_conceal") | |
| local group = vim.api.nvim_create_augroup("class_conceal", { clear = true }) | |
| local conceal_html_class = function(bufnr) |
| ;;; chatgpt.el --- Simple ChatGPT frontend for Emacs -*- lexical-binding: t -*- | |
| ;; Copyright (C) Gavin Jaeger-Freeborn | |
| ;; This package is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation; either version 3, or (at your option) | |
| ;; any later version. | |
| ;; This package is distributed in the hope that it will be useful, |