-
It would be great if `smartparens` can highlight pair point is inside, so we know where the pair is without having move point to opening/ending of a pair. [highlight-parentheses](https://github.com/ns…
tuhdo updated
10 years ago
-
Sometimes I edit large SPICE files (a few MBs) in emacs. These files do not have many parentheses. So rainbow-delimiters-mode is not very useful for spice-mode. However, it seems rainbow-delimiters-mo…
-
- After updating AG via homebrew, file_rec/async is very slow to open. It takes upwards of 15 seconds to start Unite.
- I'd expect performance to be the same or better
- Environment Information
- OS…
-
The CMake help files load up fine but none of the commands are loaded. I generated and briefly scanned a vim log to see if I could pinpoint the problem, but nothing stuck out to me.
Here are my plugi…
-
After update to the latest `smart-mode-line`, I got this error repeatedly:
> Error during redisplay: (eval (sml/generate-minor-modes)) signaled (error "Lisp nesting exceeds `max-lisp-eval-depth'") [1…
tuhdo updated
9 years ago
-
If I type the string
`let munge (s : string) = s.Replace(" ", "").Replace('(', '.').Replace(')', '.')`
Then the parentheses which are char literals get included in the parenthesis matching. If I chang…
-
On a large buffer (around 5MB), `rainbow-delimiter` slows down editing significantly. Example:
- Download tcl source here: http://sourceforge.net/projects/tcl/
- Open file: **tcl8.6.1/pkgs/sqlite3.8.0…
tuhdo updated
10 years ago
-
Streak mode seems to make [rainbow parentheses](https://github.com/kien/rainbow_parentheses.vim) quit working.
Steps to reproduce:
1. Open any Clojure file with rainbow parentheses enabled
2. Invoke …
-
Using vanilla vim with nothing more than rainbow and :syntax on, rainbow stops highlighting parentheses after \section{} and \subsection{} lines. I find this very bizarre, and don't know what to think…
-
I personally enjoy using rainbow parentheses (https://github.com/kien/rainbow_parentheses.vim). However, when editing an Rnw or Rmd file, I do not get the rainbow parentheses in the code blocks. Out…