vim-indent-guides
vim-indent-guides copied to clipboard
A Vim plugin for visually displaying indent levels in code
I love this plugin, but its super distracting in :terminal in nvim, I can't disable it for terminal file type.
Instead of using `execute()` to get the foreground and background colours of a colour scheme, use [`synIDattr()`][1] and related functions. This prevents an E12 error when using this plugin in...
**Running version:** VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 14 2019 10:42:49) Included patches: 1-207, 209-629 Modified by **Note, seeing this error:** Error detected while processing function37_IndentGuidesEnable..indent_guides#enable..indent_guides#init_script_vars..indent_guides#capture_highlight:...
sample error text (slightly edited for readability): ``` Error detected while processing modelines[2075] ..OptionSet Autocommands for "tabstop" ..function indent_guides#process_autocmds[2] ..indent_guides#enable[8] ..indent_guides#init_script_vars[7] ..indent_guides#capture_highlight: line 1: E12: Command not allowed from exrc/vimrc...
detected while processing function 63_IndentGuidesEnable[1]..indent_guides#enable[8]..indent_guides#init_script_vars[7]..indent_guides#capture_highlight: line 1: E117: Unknown function: execute
When changing themes in terminal vim using autocolors this plugin currently defaults to using `darkgrey` and `black` (for dark backgrounds) or `lightgrey` and `white` (for light backgrounds) for the indent...
```js ~ $ vim ./ Error detected while processing /data/data/com.termux/files/home/.vimrc[5]../data/data/com.termux/files/home/.vim/colors/reference.vim: line 16: E411: Highlight group not found: clear^M line 17: E15: Invalid expression: " exists('syntax_on')^M" line 509: E171: Missing :endif...
After crosschecking with multiple environments, I found vim-indent-guides not working under certain environments: * Neovim 0.10.1 (installed with Homebrew, current latest, on macOS 14.6.1) * Neovim 0.10.0 (installed with Homebrew,...