Josh Hoff
Josh Hoff
I'm saying maybe change this plugin's default behavior if it overrides vim's default, to avoid surprises.
You mean ``` viml let g:agprg=" --column" ``` Should be ``` viml let g:agprg=' --column' ``` ? I think it works either way, but I'll try both before closing or...
Wow, nice work. I have lots of questions (sorry in advance lol). - I understand not clobbering the quickfix mappings, but aren't we resetting the grepprg after using it? Don't...
Also, commands like `gv` move the new window to the left of NERDTree windows, which is a little awkward looking.
Not sure, but I like the idea. I'd also like to delete entries (e.g. when I've decided they're not relevant or changed those lines, like in eclipse).
That's fairly nice; however it can't take a # like commentary, and it seems to add more mappings than commentary.
I think I have the same issue: https://github.com/Fanael/rainbow-delimiters/issues/21#issuecomment-194058177 (demo here: https://asciinema.org/a/allvq9du5q9fpnr46d2xn3kiq). Enabling `outline-mode` then `emacs-lisp-mode` (or whatever major mode I was in) seems to fix the issue.
`rainbow-delimitiers` appears to work with this config: ``` elisp (use-package rainbow-delimiters :config (add-hook 'prog-mode-hook 'rainbow-delimiters-mode)) ;;; ... (use-package color-theme-solarized :init (require 'color-theme) :config (add-to-list 'custom-theme-load-path "emacs-color-theme-solarized") (load-theme 'solarized t)) ```
Scratch that, that config's not working now. Oddly enough it works when first installing the packages, but after restarting emacs it doesn't.
Not sure if this'll help... but I'm seeing the following paragraph twice in `*Messages*`: ``` Unable to load color "brightyellow" [12 times] Unable to load color "brightwhite" Unable to load...